Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,246 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,998 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (825,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,356 84,356 000000000018c111d4c0e751157ade07db163098df75978189b37baed17591a0 0.00 MB 1 0
84,355 84,355 000000000013fe3b1f41b90c295f8b49b170b4cf8a820b04f335ef0c52d1d811 0.00 MB 1 0
84,354 84,354 000000000013097f4bf878d14c7e9b212f2e86e192b0b1ab51e11d90be19b464 0.00 MB 1 0
84,353 84,353 00000000001acd39ab647fa4932b93120a1cadf1e967c243ce5f3f9275d7b0fa 0.00 MB 4 0
84,352 84,352 00000000002e1f0d3dab483a2a2558db17f022add22bf0209e8b6d6d50d8198b 0.00 MB 2 0
84,351 84,351 00000000002279121baaba66b40c5eadd2df5417ae941d4a7c0535bc4f772e94 0.00 MB 3 0
84,350 84,350 000000000031828984b1cc455ff22b27ef8d792aa6ddb82c80d797f3b14e088f 0.00 MB 1 0
84,349 84,349 00000000000578d8579c2cd3c1c1ee9201c759e61437c854006b89bb35558801 0.00 MB 2 0
84,348 84,348 000000000018cce6e99eb431177912307548e5bbdeb3f8cdfe676f5529b5df5d 0.00 MB 1 0
84,347 84,347 00000000000d54be7f17e945b99e9eaec9fba5185bc2d7ce04b9700050f06345 0.00 MB 2 0
84,346 84,346 00000000000dbe8e4c7dd4f423a514cfbaee22989a3530374286046b71d77e13 0.00 MB 4 0
84,345 84,345 0000000000319a2e3ae09ae6fe2133a7afdf670146dfd638fdcdeeff050c74e4 0.00 MB 1 0
84,344 84,344 000000000007c3e2ecf57550645ce0f14dfd8837946cdecf3eaaaf1d13cdc55d 0.00 MB 1 0
84,343 84,343 00000000002b7850a96ba20e39d1f5f161bbe9e2381587d7665f2b48376150b7 0.00 MB 3 0
84,342 84,342 00000000002a031212077adee19a597a57c186712ac70b4b1898e0de9c59fb70 0.00 MB 2 0
84,341 84,341 00000000002ad2476295247d6c0f9a8c113159fe1a220cca407f16946ccf2a56 0.00 MB 2 0
84,340 84,340 00000000002fc6ce0360d0adbc01b18cc1d25420987158dbe9253226bf3922d1 0.00 MB 1 0
84,339 84,339 000000000010f8fce766f639154d4ed53b1eb0e2c154337aa5f619d07d70c6f5 0.00 MB 1 0
84,338 84,338 00000000001c8f92fbb4d1dab607d6375f74b52cbece2c1101059748df8771f4 0.00 MB 1 0
84,337 84,337 000000000019aae939dfde3cbdd55aeb59cee77727672284262fdc8ab30c8ad0 0.00 MB 3 0
84,336 84,336 000000000012f58065a2bc68f798c5974b0a77ce38d243c443e1f94591d90683 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.