Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,600 transactions (0.97 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (875,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,122 35,122 0000000071797167bb4d1daf7fd4dbb5f7cdba7a1acf854c172f2405f5879cdb 0.00 MB 1 0
35,121 35,121 0000000091b23127ebaa7543f48a83512d47eab5e87dab6ac50143b29444dde3 0.00 MB 1 0
35,120 35,120 00000000a6a384c5135692d9d66e584b0b744128532f817ee6ec1d4f6015af24 0.00 MB 1 0
35,119 35,119 0000000058a25155922d3cff8a258a52fea1de61b6a7552b8104811c5e1764b5 0.00 MB 1 0
35,118 35,118 000000004892b7257e9d1fdc9db269b5cd203cb0318b8b5d80d70f652fccdd58 0.00 MB 1 0
35,117 35,117 00000000149289cbaed55863013591517c29a605a65d3b72200143e3d3ff123d 0.00 MB 1 0
35,116 35,116 00000000b13af355481f1aab0143a2c055dded72c8c74377b982f0da0c06e9b9 0.00 MB 1 0
35,115 35,115 000000004c6dcdaad0a83fdfd250bbb003a89d5fa57813039bd1097634893833 0.00 MB 1 0
35,114 35,114 000000005cce373e7cc5ac68d4b757f13f95f783315eed35196a509fd952ddd1 0.00 MB 1 0
35,113 35,113 0000000042761702c40397db124814d5b76ad16a2ede440b513fa31c9c1404e6 0.00 MB 1 0
35,112 35,112 00000000731b73caa7c4c2d2bdead9a0706ff2a208b45c3401c352b1d78e2864 0.00 MB 1 0
35,111 35,111 00000000b2b92a17536cdb100aefe5f027bef3bce8327b522b49be324730094f 0.00 MB 1 0
35,110 35,110 00000000a5e6305eb15d2a75b90320341c6d12618510d2fbf7df4e8251a83bbf 0.00 MB 1 0
35,109 35,109 00000000629ba7b4e133dec2be0279f751d33bae119e07ce747b7d28c14519a8 0.00 MB 1 0
35,108 35,108 00000000024194dcfacc046d6f2db6b97a4cbc5e19b7010fff3ce9bcd97baca9 0.00 MB 1 0
35,107 35,107 000000004d7fef8efa6a00d01c11cdbd268af5ca102d9c21f6301b0786982b0c 0.00 MB 1 0
35,106 35,106 00000000540f12c1152cad3a8ffc42438852d7de4f0ca9a7770ee9760e5d21a7 0.00 MB 1 0
35,105 35,105 000000007035bc32e04dc247ad0e5beedaed6a0825f73eb607f36ee8bbf50f9e 0.00 MB 1 0
35,104 35,104 000000003a24cb164d5bb4d78b187e135e31cd2bc3a369fb6a1c487b91c8537a 0.00 MB 1 0
35,103 35,103 0000000002c7bc76615418fcb9143335b73d337e540bfa1afaf749b6395c4b88 0.00 MB 1 0
35,102 35,102 0000000017ae741974bd8244f15abcebcd3f334fd290a48dfe90b49b90ea6cd0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 GB received

Notes

  • This page updates every 5 seconds.
  • 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.