Loading Tool

Explorer IconExplorer

Memory Pool

44,223 transactions
27.38 vMB
0.07147691 BTC
Random Selection Loading Transactions
Max Size: 144.23/200 MB

Candidate Block

Mining Attempt 083abadfb19387191b4e1faadf2f4ee64a744f1fa3017fa4899d4038ab46e304
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 5f7fc8031a325c77eb7f79034ce999a355d73cc3f2ca3e08f8f4edef1ff00c00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.02025436 BTC
Feerates: 170.94 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (452,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,072 462,072 0000000000000000004f384e7257b1d5bdc12f52fbbcf6a790566176e4688932 287 1.00/1.00 vMB 26
462,071 462,071 0000000000000000016122a158a4674a843d09e881e30bc44c3e231b5f16521c 429 1.00/1.00 vMB 46
462,070 462,070 000000000000000001b552dfa6cdb36bb672fca19663972d6743d4cc282d0480 1,403 1.00/1.00 vMB 80
462,069 462,069 000000000000000000b321a352568fef65ad6855a0bb9879809ec3bc374734f6 2,076 1.00/1.00 vMB 164
462,068 462,068 0000000000000000002f79414aca8b648baaaab08114cd3a00f532eeb538d637 2,042 1.00/1.00 vMB 169
462,067 462,067 000000000000000000b1db4dd367b6bf074a24308b995488192362f2cf5999ae 259 1.00/1.00 vMB 16
462,066 462,066 00000000000000000075d18af84f6eb2409b6d70d79020b08cd8bdc62108437c 207 1.00/1.00 vMB 23
462,065 462,065 00000000000000000177d8bf849b8f1ef79ce292f604a3d1f92a569358b649a4 1,202 1.00/1.00 vMB 93
462,064 462,064 000000000000000001db6d7e63be56c3ffe9f5e1c74959f78fd080bf754ab47e 1,953 1.00/1.00 vMB 159
462,063 462,063 0000000000000000012d7c6fb4e7d8f1ec4ee0eeb28ea7007d1994432b502ea6 448 0.17/1.00 vMB 143
462,062 462,062 00000000000000000132bf1f8be5dd24020096a89263d9e8d528a8f2f9716f0e 1,787 1.00/1.00 vMB 119
462,061 462,061 0000000000000000009d06d6b987d3a041d23d3676c34b44c53e9e43e474b271 753 1.00/1.00 vMB 36
462,060 462,060 000000000000000000e28529ee8b5de9af8ebd976476b4d4bd64db57c5203d07 1,224 1.00/1.00 vMB 70
462,059 462,059 000000000000000001114a90244534c036ba33ecaebe11e813317344a5cbc72d 1,156 1.00/1.00 vMB 38
462,058 462,058 00000000000000000040ac04a70469a5284c0cd81643233081052f0e11ef82e1 1,064 1.00/1.00 vMB 70
462,057 462,057 0000000000000000006798cf009d8e6a252db75811769084c73e38f134db7c47 442 1.00/1.00 vMB 26
462,056 462,056 0000000000000000017945f2e1d08dcb4887aeb45c9b8cca8f6bd7625838ab29 2,322 1.00/1.00 vMB 140
462,055 462,055 000000000000000001fec235a270feb6d30011a3f490d8f1d7f8ce7f9b0c589d 1,924 1.00/1.00 vMB 86
462,054 462,054 00000000000000000120ff3f28266bad18340a4b3ff39198c8623497a1467b43 2,321 1.00/1.00 vMB 146
462,053 462,053 000000000000000001a55f2112d1b179bb04520ccf9ad37cdcf61679b4a6d370 2,495 1.00/1.00 vMB 184
462,052 462,052 000000000000000000215e34e6d4012732a5ba90c3dfbb71c32322ec10d40750 1,152 1.00/1.00 vMB 109
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.39 GB
    • Received: 14.14 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.