Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,043 transactions (0.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.70 vMB 2,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (883,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,691 27,691 00000000515c550fc5cf7da6f671464b1e9cfdb7df03ebde408b5436e9fb4e4b 0.00 MB 1 0
27,690 27,690 00000000dc74bd2d363b02e67ce8cec89ded6abb14f1079326182463e81011d4 0.00 MB 1 0
27,689 27,689 00000000e74cea96484f920bf879181ee1f501c0afebc0efcdf552dd10712123 0.00 MB 1 0
27,688 27,688 000000000cc4004991d684ba270589d4ef9e9ddb64fff89daa86aef7aac787f5 0.00 MB 1 0
27,687 27,687 0000000052ee0eb0e9933ccae230ae01a87437ddaeead4486632630f95e7cd63 0.00 MB 1 0
27,686 27,686 00000000b271f81501ab6d73a1e6fa894255f6fdb2f2e5a2bd8e4793910e461e 0.00 MB 1 0
27,685 27,685 0000000077156c302d5c26fe335538c6e7075500fb1882a114ac0f92221bf403 0.00 MB 1 0
27,684 27,684 000000003744876411f1e0c250e0bb25acdad73c41a57a9d35241f0718ba579a 0.00 MB 1 0
27,683 27,683 00000000936ffaf26a74161f9a2b7a2a08aea5e3768a158a9ce98fb891f7afce 0.00 MB 1 0
27,682 27,682 000000003590383d93634a85df972d5cda52cbd2629322f7c5f936db7a836333 0.00 MB 1 0
27,681 27,681 00000000304b3eedd0d2096ef2a223c9b819a567878f98bee8a6ea01132e111f 0.00 MB 1 0
27,680 27,680 00000000692e9fbc7c29716334b0360224908ac8fc0d7e8c6b706a1fa70f51f7 0.00 MB 1 0
27,679 27,679 0000000010e9d85d1abcc2f175b4acfde27061595fd3310ba8367649e91e580b 0.00 MB 1 0
27,678 27,678 00000000fa08ba2a207373986b58cee568d36d471aedd590bc5b826bff7980b1 0.00 MB 1 0
27,677 27,677 00000000e90071836a055d72cda262d73564064929812292d8c5ef70093d4ac8 0.00 MB 1 0
27,676 27,676 00000000509d88a69b62abbc328940cd6954633a1f02a5f5a6d7e60f9777ce3b 0.00 MB 1 0
27,675 27,675 000000000d00d84d17fae20e50a1e705356ee474b8b6a3bd3d4fbd704a3a5138 0.00 MB 1 0
27,674 27,674 00000000c2e826d36b4bc51664506e36fd881d629cd446c10d375989841e9219 0.00 MB 1 0
27,673 27,673 000000006e217f50916e800fcf0599251876fb550bd1f2732897f54849a3ae29 0.00 MB 1 0
27,672 27,672 000000002169e71572c05fe012f03dd5b69a9efb146e780b43b6b569a692472b 0.00 MB 1 0
27,671 27,671 00000000e8a8c3e9491b8316ed208ee511928013a269bbab77dfa734ada26ed2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.56 GB sent, 128.01 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.