Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,638 transactions (1.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,466 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,252 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,465 (825,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
84,312 84,312 00000000003052e1f3c2af98bf0990e395a1cb15a6eb8a2a4ce3d3e28398e66d 0.00 MB 2 0
84,311 84,311 00000000000ba3d34cf207398e2f50e859c4aed6b8ad63394862387b209e88e6 0.00 MB 1 0
84,310 84,310 00000000002e23afcf6b84a4c6ea0d81b24da41b21e78af714aa8c4b5362bc35 0.00 MB 1 0
84,309 84,309 000000000019a2d607ce1034bb3e57efdb3f245cefb6822972d15dd1c70750a2 0.00 MB 1 0
84,308 84,308 0000000000024906d3d8c31fdf416821d2aa41cee55f58046feced6e05195f76 0.00 MB 2 0
84,307 84,307 00000000002f46047750b7cf0aca414900746600970129c5db03de4f7ab66095 0.00 MB 2 0
84,306 84,306 00000000000ef124ce7e31aaf4b185b943b4ac6a69d56e32b7b8d403ac28906f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.41 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,079.86 GB sent, 110.29 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.