Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,940 transactions (5.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,933 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,974 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,932 (154,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
757,122 757,122 00000000000000000007e7e1140db0de8812b850739d543da51e1fd33644fb11 1.23 MB 1,583 11
757,121 757,121 0000000000000000000370856207259e7e9c9dd97af1eb53756e4a92949d4756 0.18 MB 387 9
757,120 757,120 00000000000000000005ee8c85304e8273383197b26c062f41b97ced3b0bf38b 0.70 MB 1,463 8
757,119 757,119 00000000000000000005013f2caaf47b84a24363c6745b7099eb46ccb4ebd6d6 0.14 MB 261 8
757,118 757,118 00000000000000000008dd50a29047312505febad5918b5d93bf6fdd2e4c605a 0.16 MB 232 9
757,117 757,117 0000000000000000000378f2e4128ed9f2ca7bb14a02cc65e45f83fb8e9d3013 0.97 MB 2,202 8
757,116 757,116 0000000000000000000323fdc79080f9530455ba6e2ba343fd5262235c0e455c 0.03 MB 64 10
757,115 757,115 00000000000000000001d30c3e793659c5e188047407df44eba91a2bf79a9283 0.18 MB 373 9
757,114 757,114 0000000000000000000143e246958c7e3291af1b6e200433781d76b4fb26d6c9 0.56 MB 1,181 9
757,113 757,113 00000000000000000008a50bd39c268e243c1b31097ce1bc2e3b339adc588965 0.33 MB 685 10
757,112 757,112 00000000000000000007fb9aeb70f0d38754d4e488078927cf5984eb13eb526b 0.74 MB 635 6
757,111 757,111 000000000000000000081554e184e552f00b3e194194caf4b171283555777666 1.36 MB 1,854 9
757,110 757,110 00000000000000000008c96a475150d5065a575229b310924388b6943e53babf 0.98 MB 1,329 8
757,109 757,109 00000000000000000000d4a93b09a726e5f400f0204b5454016e83f08faa8e79 2.08 MB 1,073 3
757,108 757,108 0000000000000000000127a06648f7ee429b13d6ff4971b135faa43086e43b3c 1.73 MB 1,674 4
757,107 757,107 0000000000000000000361750d3b862a0df8aa6a0cfa29ba74b43a41963fa104 1.61 MB 2,249 12
757,106 757,106 00000000000000000001d28bf1864978a5ac938dd18220941803f87d38125513 1.32 MB 933 6
757,105 757,105 00000000000000000003044f6bb88cc9af72975f93b6b3994a0a88b9919dd430 0.00 MB 6 4
757,104 757,104 000000000000000000011880c43b96c6e436d7c616bd2aff9582da72d9e614a3 0.91 MB 1,728 9
757,103 757,103 00000000000000000001122074cf258366525f453bc5ffc23968c0ba6ae3afe0 1.51 MB 2,801 9
757,102 757,102 0000000000000000000850e6b82e9f61bdfbd27b23849bc8c686ff5f1ed02343 0.95 MB 1,044 6
Previous 10 blocks ↓
Total Size: 776.96 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,493.50 GB sent, 133.32 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.