Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,405 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,891 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,170 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,890 (825,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,333 84,333 0000000000023734391999606dbbdbb4cacee5a5968a9d455d9320616ab05266 0.00 MB 1 0
84,332 84,332 000000000011fb0caa9f3d6cad1d127afdb4eff069a7c3c4979cc03c6655fd7e 0.00 MB 1 0
84,331 84,331 00000000002e57642b54fab1c0ef6f2d5882cc178521db3d6be378414a2bc0bf 0.00 MB 1 0
84,330 84,330 000000000004bb25e50327029e38ceec035f2c00c956ed0071628971cecbca1e 0.00 MB 7 0
84,329 84,329 000000000005e7f3dd551f90ec4c17a071fd02c143ca040df0c9aba97360c352 0.00 MB 2 0
84,328 84,328 0000000000238a5afe6049df7e83bf7ae7df8b19b3d9fbf4171edfb8ce1d5d9c 0.00 MB 1 0
84,327 84,327 000000000029e3de8d63c418e3e8cdacb9bc363cc0e8ff22533edf4f13b5314e 0.00 MB 1 0
84,326 84,326 00000000002c02559f419240548c64f1093346ba67c74a7bd1a4b397ff9d8a37 0.00 MB 2 0
84,325 84,325 00000000001b674ab05ff50ced8ce08146410b330f08bcbce6bf8107d1abba44 0.00 MB 1 0
84,324 84,324 000000000016f71278eaa8abfb5501a33a4c9ed958698ce89903685feeffc4c2 0.00 MB 1 0
84,323 84,323 000000000030221cc8d9dfb7830fe7aaf86e993e3d197f3c8c2169123153757a 0.00 MB 1 0
84,322 84,322 00000000001104bb0b583afd227dcb3f94d1335677401f66e606af3ff7bf8d66 0.00 MB 1 0
84,321 84,321 0000000000210fd1611819e450acb9db3784f784274e91d7112741111f6c172a 0.00 MB 1 0
84,320 84,320 000000000021902dcb6fa17bec2188237a1cb6b4b9bbe9455130c35fab71b476 0.00 MB 2 0
84,319 84,319 00000000002ecfaf7b3504aaf1c0925621f8d4cccffac6e4fdb8f2a6e809dcaf 0.00 MB 3 0
84,318 84,318 000000000012e50f9f03c4732790ea7eb9616aaadb76201aca79efc25b6893f3 0.00 MB 2 0
84,317 84,317 00000000000319f44586195af3c9abce57837e96960b594205a1e62d2e3af542 0.00 MB 1 0
84,316 84,316 000000000005ba5c38e9f7bafd6aae498da27f354f5840d3a29235447fe8e1a9 0.00 MB 1 0
84,315 84,315 00000000000ac6620986106b09fa81953dedf26a300317d15d30112133c04b0c 0.00 MB 1 0
84,314 84,314 00000000000a343fbdf8699f49841b8061444241adaf12614aa0d65f34005bd5 0.00 MB 1 0
84,313 84,313 000000000006ff8d67173a97cbc06f6d466672c0c7e69444db1f66d53726deba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 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,171.51 GB sent, 114.34 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.