Loading Tool

Explorer IconExplorer

Memory Pool

9,040 transactions
3.57 vMB
0.04775194 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.09/200 MB

Candidate Block

Mining Attempt 4d81b995545553f2fed98e08814c738ee17459ec59a284c3de0a491a4a5fde19
Version 20000000
Previous Block 0000000000000000000066e597de55a15db8b78d84fc2ca94be16924a847b593
Merkle Root 5fbf9920266b1e5fcd5fe2af27c9f9992cb352d158c36af1938ccf96f64ac3e9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,932
Size: 1.00 vMB
Total Fees: 0.04408132 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,484 (692,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,500 220,500 00000000000003b5003dd212d419b85565ea68bb4f6b23b937bd47fb4db157b0 324 0.19 vMB 89
220,499 220,499 00000000000003ebc7c094d5edb1ac98769f842cd80c5b24e4634d8cd357ba02 541 0.25 vMB 169
220,498 220,498 000000000000003c8d3330be31b1f58ee29ffee1705e648a21402a55d04679c7 184 0.12 vMB 62
220,497 220,497 000000000000043c6af55ccaf9f8537c1652605b9693aef2245fa077b944bed8 71 0.02 vMB 115
220,496 220,496 000000000000049ccf565dd632900b2c59f1a70973ce42e8709cef95a2d4640a 530 0.23 vMB 190
220,495 220,495 000000000000050bb239bb9cb2031cd153f71ac0736141e4d1910d19aa99065f 347 0.16 vMB 169
220,494 220,494 00000000000002ed3b3fade65f0bdc96c52e9c6f7069cf83e242881f0aeb7d32 65 0.02 vMB 110
220,493 220,493 0000000000000216906b3766ec2b05a019365b607da249f5b7e930b749d57f00 316 0.13 vMB 172
220,492 220,492 000000000000020282c73bbaa104d962a3bd702ee9fe278c9396b6edcb89e753 534 0.26 vMB 159
220,491 220,491 00000000000002e67ab9a75c3b9e2eae1c2d6f88bcd5bb0dc21c09d2de3135fa 593 0.21 vMB 210
220,490 220,490 0000000000000235dcd41a64dcb03cc044720fc4d9d257571554857d9ef9dac8 135 0.05 vMB 146
220,489 220,489 00000000000002817c57ae1861e8de4f40c26f85a70ecc70843e787989bce1b8 435 0.19 vMB 169
220,488 220,488 00000000000000a849c8fad422689db08452cc75567e351a72f5d527bb30cfa0 581 0.24 vMB 177
220,487 220,487 00000000000004eec3b3fa2964766ab45b3c058a193fee61dc019fa813bce99b 73 0.04 vMB 86
220,486 220,486 000000000000039d06922a5114489bfe8267091b165d61639924d3abe8e14181 15 0.00 vMB 187
220,485 220,485 0000000000000078beeec04f65ea6a15051bdbe226752f5df9341174740adc61 163 0.07 vMB 200
220,484 220,484 00000000000001e43be1824c87e5d1e90b92d0135c60555bf0b900aafa30a94f 303 0.12 vMB 200
220,483 220,483 00000000000001df93157c5d60945627ff6662d4b6c12a0fc3ad75635713bd80 207 0.09 vMB 175
220,482 220,482 00000000000003edd909ffc1b0d88cae5e2db65cb9ede1d134688cf11f3547e2 333 0.12 vMB 242
220,481 220,481 00000000000004cdf1016c3d7f3cb3acd6de1349bb74e9f6054b2a9017cca4f1 31 0.02 vMB 110
220,480 220,480 000000000000020dcb9585a53268d46432f61500d9fcdccc725de40ead61dd61 70 0.02 vMB 204
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 348.02 GB
    • Received: 1.68 GB
  • Uptime:

Notes

  • 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.