Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,032 transactions (0.91 vMB)

Priority:

  • 1 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
910,160 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.90 vMB 3,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (824,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,373 85,373 00000000000fc1fc28910f5f085455c4f41dee734fe63658167ea7ce4a30302a 0.00 MB 1 0
85,372 85,372 00000000001c49b7b20f32d7205317420435125ae23ba492c8ba2210a383f2d3 0.00 MB 1 0
85,371 85,371 0000000000214930c3b06e8ad22174a7ca84b69cc6a172b2aadaa1d5b6e16510 0.00 MB 2 0
85,370 85,370 000000000001e71aaafac761ef6bcd15c5ede88fc26f718f2ebb7ac9e88579b4 0.00 MB 2 0
85,369 85,369 000000000015e49c1d9b48456e8750e6f5ea8d77df11d15d02d17261f0c15218 0.00 MB 1 0
85,368 85,368 0000000000062b5eaccf8467c5409fcf8469c0d0d539a9372e4e7333adb720de 0.00 MB 1 0
85,367 85,367 000000000018b3a5be13365386e4ead5e7b62f72da117f3f5c2ac21657b78932 0.00 MB 1 0
85,366 85,366 0000000000279167bfe250bedea91872fec3b5da03f278b724ff77a855fd4681 0.00 MB 1 0
85,365 85,365 000000000027529912332049608b4a5ac3000aa022e0e34b62ef24a1b1062435 0.00 MB 2 0
85,364 85,364 00000000001578b642061e34d044ca6c770de343924ffe2fe2acd21c12b15d31 0.00 MB 1 0
85,363 85,363 00000000000552457feb2a20fde0720ab604587dedee006de797cc9df4114995 0.00 MB 2 0
85,362 85,362 0000000000024548ebb3c6f8c7d544bbfc5db5e283160f02207c9ed6395dc26d 0.00 MB 3 0
85,361 85,361 0000000000195ec8f8c3e7796b87667bc62908c222ca23327bd4e6de2a6ee4a7 0.00 MB 2 0
85,360 85,360 000000000022528e01a6c6850502ad1728822cedd07cac7923e6daee081962e9 0.00 MB 1 0
85,359 85,359 00000000002a4e24ac4ebd682da57cdc4e6452bcaf72e6534c7b680f06428c13 0.00 MB 1 0
85,358 85,358 00000000002dc48ce1f6d6a6773920dd068dd8648d7dd2d30c2dcf3212b28df2 0.00 MB 1 0
85,357 85,357 0000000000096ac10a5b0db42440c8c91de128f46471e932b7ffcd77a21e6dbf 0.00 MB 5 0
85,356 85,356 0000000000001dd356809e6e7d40c33cf62879c60b7b9c6b9b22adb442a8f570 0.00 MB 1 0
85,355 85,355 00000000002744739765e3dec1666c7e8331092dfc62e1a1d1775dc5af623cca 0.00 MB 1 0
85,354 85,354 0000000000138188b1bb9caf48ec8bffdd01d7aed0e562bb37123dfd201f7162 0.00 MB 2 0
85,353 85,353 000000000028e7122a45f0e1cbf4f73db4dd3bba79e235e21867e1d1cef42f9e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.79 GB sent, 116.94 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.