Loading Tool

Explorer IconExplorer

Memory Pool

38,457 transactions
26.16 vMB
0.06180398 BTC
Random Selection Loading Transactions
Max Size: 135.28/200 MB

Candidate Block

Mining Attempt da770f3c208437b89568706440d05b97beb34a63b073b522d137b467144721f7
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root c981839a0bce05973972a0f40b8d50004f2ce05202e4badcaf1d3a39d2d772c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,315
Size: 1.00 vMB
Total Fees: 0.01393741 BTC
Feerates: 265.25 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (330,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,718 584,718 00000000000000000008489b642745d61e5e8b19d5d13de96eebb898fcf7101b 3,018 1.00/1.00 vMB 40
584,717 584,717 00000000000000000013e0c98a36c2ae92139b173b7b1941b01ed370e01c2c3a 2,706 1.00/1.00 vMB 29
584,716 584,716 0000000000000000001a0da163f9ad547f515727ab94c87ebf77b82de68d5c94 2,223 1.00/1.00 vMB 50
584,715 584,715 000000000000000000129483f53155b84fa165d682596b2f95106a1aa6d5a5e6 2,765 1.00/1.00 vMB 55
584,714 584,714 0000000000000000000397622da65c92a908293c444c33a0e249e9d6d09c9a9c 2,948 1.00/1.00 vMB 58
584,713 584,713 0000000000000000000952a6ab0a411dca9e5d26db01afda8e032ab4015d06b5 2,172 1.00/1.00 vMB 64
584,712 584,712 0000000000000000001a28ca2cbeab4ba0cb947aff39ba2e95c2ef1e4aa1a093 2,894 1.00/1.00 vMB 64
584,711 584,711 00000000000000000012fc541517bd5b5c02e6cecf41c8a766cc6ec4e0ef5ec6 3,118 1.00/1.00 vMB 84
584,710 584,710 00000000000000000014579d40e56b39d01f79357c01a42dc9c5771a71fda236 2,393 1.00/1.00 vMB 18
584,709 584,709 00000000000000000007f3318069f372f042e728fd58bb72c1813051269fd73b 2,497 1.00/1.00 vMB 38
584,708 584,708 0000000000000000000853490f04d208cd04ca5d7f622fe9726829b67de3542c 3,249 1.00/1.00 vMB 64
584,707 584,707 0000000000000000001719c9a520ce61d71f669d1c11eee59ce7850d8a249f4f 2,469 1.00/1.00 vMB 33
584,706 584,706 000000000000000000139e72a3baef09781d703a48c4603de1aefbf358ca266f 1 0.00/1.00 vMB 0
584,705 584,705 00000000000000000012dbfc3a639125f7690ee0d056fb434e7fefba1ba1d15f 1,662 1.00/1.00 vMB 6
584,704 584,704 0000000000000000001a1c6099f4d7fd70389e507b0cd49f37fad325fe8eae4f 1,108 1.00/1.00 vMB 15
584,703 584,703 00000000000000000009115943be8ef41f4fcc555fb9845bf5c20202ff52bc7e 1,873 1.00/1.00 vMB 40
584,702 584,702 0000000000000000001ede7f463c8ec7ce97eb58d00cca3bb3a752ed2275c851 1,277 1.00/1.00 vMB 20
584,701 584,701 00000000000000000007a0e4affd1a28d74120f4fd0989b612367b50a0d4f84d 1,721 1.00/1.00 vMB 27
584,700 584,700 0000000000000000000f33400fde23f26b8548d1027a085b04f8395e14a44e07 2,883 1.00/1.00 vMB 25
584,699 584,699 00000000000000000019b20a626748762f03071bd189ff8f866ca03a0b0800f7 2,703 1.00/1.00 vMB 28
584,698 584,698 000000000000000000156ca25900a31acb8bc4f4b3ae7bd615de887ccbb9cac9 2,862 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.