Loading Tool

Explorer IconExplorer

Memory Pool

50,765 transactions
28.66 vMB
0.07027694 BTC
Random Selection Loading Transactions
Max Size: 154.14/200 MB

Candidate Block

Mining Attempt cec6ca8afb06e3d0ee7ab4f2eff5ff025a66c67d793424df0217b51e5b44ee66
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 70f967badab56f97a6afe0090b7ccd574297aab4db9e29e3720508af3432540a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.01507744 BTC
Feerates: 122.12 > 1.51 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (341,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,914 572,914 00000000000000000009fe5e739cfc6912ff608be432eed62bd012d2a5afa1cc 2,965 1.00/1.00 vMB 113
572,913 572,913 00000000000000000011c58ae3e590c44d9a61eb5d119dd9524b1c38b1560607 3,031 1.00/1.00 vMB 109
572,912 572,912 00000000000000000019c9c6134d24ed17bda9e9e0ecb21acbd491ad26f8383e 3,053 1.00/1.00 vMB 81
572,911 572,911 000000000000000000137911fa9670314d7c53764f78ba9e65903bc906185535 2,028 1.00/1.00 vMB 94
572,910 572,910 0000000000000000001e974e0f1982918cf15809a29286d70b6592593f1b4505 2,902 1.00/1.00 vMB 99
572,909 572,909 0000000000000000001f756b15f41937ce4ef34ba2cec417222dc347a146d602 2,437 1.00/1.00 vMB 93
572,908 572,908 000000000000000000058e89fdd2203dad9a97de2edc1acdb8d516e91ab57e40 3,140 1.00/1.00 vMB 94
572,907 572,907 00000000000000000015505d80fdba9600435e623327d7cdcf6c20c57a97252a 3,245 1.00/1.00 vMB 103
572,906 572,906 00000000000000000004518ad4fe24ddd0ba01d68aab9afe44616162fea86987 2,371 1.00/1.00 vMB 93
572,905 572,905 0000000000000000000d2300e2eee0bb1d1ba97d51f5e30d81d0dd262860cff8 2,150 1.00/1.00 vMB 106
572,904 572,904 0000000000000000002013acc6e00a3d9964df77efdb71f78ef994046f8325ac 2,936 1.00/1.00 vMB 95
572,903 572,903 00000000000000000022a139e0f782fbef2a7a230aeea6f5cc065597aa6ef30a 1,918 1.00/1.00 vMB 102
572,902 572,902 000000000000000000083acfc9c75e11408595fdd2440f2ee63c1aab1900fcba 1,854 1.00/1.00 vMB 107
572,901 572,901 00000000000000000003036cea66f681cfd3e5473eb8fe0dd67c6d7fa3949c9e 2,207 1.00/1.00 vMB 101
572,900 572,900 000000000000000000018ee0c3da6a5e945353e389416bfeef499d75c3819047 3,194 1.00/1.00 vMB 126
572,899 572,899 0000000000000000001326f176abebbca7e260bcb5d7b2eb2e1dfeea1ddf8ccd 3,177 1.00/1.00 vMB 86
572,898 572,898 0000000000000000000f995f7edcdb6b3cc345aefe93a2b48d0c448d59c9bc0c 3,691 1.00/1.00 vMB 90
572,897 572,897 00000000000000000015ee837bd03b22965a6701f9e51307608654c41fb86770 2,920 1.00/1.00 vMB 135
572,896 572,896 0000000000000000000ee60b4c87a6f3d66efdbd37396f6b317b922c2e7f04fc 3,071 1.00/1.00 vMB 102
572,895 572,895 0000000000000000002aec9cbdf8aeddc445966166c87ab87508364408f2a3b5 2,542 1.00/1.00 vMB 88
572,894 572,894 0000000000000000000a1da3028ffb653961f05ff14ac7c28064777a94563a7a 2,272 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.82 GB
    • Received: 13.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.