Loading Tool

Explorer IconExplorer

Memory Pool

44,430 transactions
27.35 vMB
0.07224019 BTC
Random Selection Loading Transactions
Max Size: 144.12/200 MB

Candidate Block

Mining Attempt 52c004607e85b87e0bcec1da58b34c5c54db860a01d257c04ef1954d59da97dc
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root c1b49d4e394254aed4c03f6297a47ff97306d47516a724157bbd9bba0e0431d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02108638 BTC
Feerates: 150.77 > 2.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (842,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,078 72,078 00000000009d3ffa05a1d21e286c3fcc1fbf76fbaf4f97b5443b4b58d6ebad8c 13 0.00/1.00 vMB 0
72,077 72,077 00000000008845851b6e94aeb8f3af7c8b06c8849fc7f1b1f9967583bf55f5e7 21 0.01/1.00 vMB 0
72,076 72,076 0000000000bdc2e9de28d54667d0dd7c1d116d96ffb93572f60a5304834f1e4c 5 0.00/1.00 vMB 0
72,075 72,075 0000000000441c17db148cbe1b3c65e0f190f5e5d85e170b79acde5942e9310a 4 0.00/1.00 vMB 0
72,074 72,074 0000000000a79d5c2df4a25d8dd76643201b3261075105cb0995040acce3832b 1 0.00/1.00 vMB 0
72,073 72,073 000000000000de29a11c56f073e0721404f363ccc6edabb57cd9f20d32f44a3b 2 0.00/1.00 vMB 0
72,072 72,072 00000000010985aedcf354991c8849ebcde81f6bb41751a82609c7b0df4c6789 2 0.00/1.00 vMB 0
72,071 72,071 000000000086e8ca0643934bf8defd2571ce244bfc95654575596f7ce9f22e9b 1 0.00/1.00 vMB 0
72,070 72,070 00000000002d21f65d694cd81f8afb4891bd39dfb580430a6c7ef97d7a6b2af3 1 0.00/1.00 vMB 0
72,069 72,069 0000000000028c5e0c76dfe90bf9ec554d6af69e9d846ad33cafadb83c71a374 1 0.00/1.00 vMB 0
72,068 72,068 000000000094d1b1a62f6f616943c4384a07ac5d3e1c32d2a9076fb4dceec024 1 0.00/1.00 vMB 0
72,067 72,067 0000000000197289e28616d32a04a2a39f877b308cf9ca93796f5f5908c322f2 1 0.00/1.00 vMB 0
72,066 72,066 00000000000f07b9bb099250c2e5259d7d95fb1bbeabfd683a28be9b39a47429 1 0.00/1.00 vMB 0
72,065 72,065 00000000008855c18227e49e9b27a5e3bea13ce78cd1b2a73fa56e423e3939cf 1 0.00/1.00 vMB 0
72,064 72,064 0000000000e86a28cc47901855b6ab8b813f5cc2ad1a4d11a91cf904a6179f81 3 0.00/1.00 vMB 0
72,063 72,063 0000000000c5bb305c22e8100c92b86c317697db401c005e8ec1c7a6cc2ee27e 1 0.00/1.00 vMB 0
72,062 72,062 0000000000149c41629ee3f4fdec82a6b04201a113362558effe9e83073b12dc 1 0.00/1.00 vMB 0
72,061 72,061 00000000001bf774a5954fabe407ed7d40796e7bb07e8bd51697005430f9ecbb 1 0.00/1.00 vMB 0
72,060 72,060 000000000073083f29dd12c058df6c5528af3d032cf670910b6c6de81de89931 1 0.00/1.00 vMB 0
72,059 72,059 00000000001e913ecbe723e019458029e8f9fe3bef044340aa1018afc615db6d 1 0.00/1.00 vMB 0
72,058 72,058 0000000000e347cb9ca265f25fb61b689a44219dc82daafbdcea8749561103d7 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.21 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: 654.29 GB
    • Received: 14.12 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.