Loading Tool

Explorer IconExplorer

Memory Pool

50,502 transactions
28.36 vMB
0.06575083 BTC
Random Selection Loading Transactions
Max Size: 152.47/200 MB

Candidate Block

Mining Attempt 3d38bd8aad7de434f33761737e2ef5921a6184ae5eb446f7d5c4380d02ba231e
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root c857692657681fba574cb01a9ef6549f25cbf6b3883617a1846b91bd2ac03ebe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.01112356 BTC
Feerates: 100.00 > 1.11 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (331,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,494 583,494 0000000000000000000af5609d104247c89f84a11c2818e5bb4facc4c09549d0 2,848 1.00/1.00 vMB 93
583,493 583,493 00000000000000000006efa5bd3618a977e77c198a16b9d34c13bf8a8edf23fe 2,780 1.00/1.00 vMB 56
583,492 583,492 0000000000000000000626a3bbc2fdc922f520ac6de2fc23617fee69a38aa4b1 3,061 1.00/1.00 vMB 38
583,491 583,491 00000000000000000010ad48c5428e311e6b87bcf1b0cb0aac1b7f96b780df1d 2,759 1.00/1.00 vMB 93
583,490 583,490 00000000000000000011a259104201b7f9946b184a320cf85ed36934947b0fd7 2,697 1.00/1.00 vMB 86
583,489 583,489 0000000000000000001c46136bdd841d2bb3693503ddbf13441f12759e9f99c7 3,044 1.00/1.00 vMB 113
583,488 583,488 00000000000000000021a35b5a25965a625efd187741448d1692b35dc37652e2 3,376 1.00/1.00 vMB 90
583,487 583,487 0000000000000000001919d9da6b0111867bbf80bc88a71498efa9ad6cecf127 2,875 1.00/1.00 vMB 69
583,486 583,486 000000000000000000182408dffd4c11a1e45de53bc1b0a9502c58b5a9fcc0be 3,258 1.00/1.00 vMB 87
583,485 583,485 00000000000000000012a84151886b328a06fec15f024783459541284289e4b9 2,016 1.00/1.00 vMB 104
583,484 583,484 00000000000000000016d392df7e1216ef63e53b2506146b98532483fc514d80 3,098 1.00/1.00 vMB 124
583,483 583,483 0000000000000000000806f8e37169853b1a33dc8f58c1ad03a0b44a284c5241 2,451 1.00/1.00 vMB 45
583,482 583,482 0000000000000000000e9c330ec0d76bff3cb71a7a5583b096d36ef947996f06 3,096 1.00/1.00 vMB 78
583,481 583,481 000000000000000000072ecb214c61c564d9b49ba66b408381993d0247466c58 3,410 1.00/1.00 vMB 85
583,480 583,480 0000000000000000001859fd594582e3fccabc693e0c647d3633ebc896a50bea 2,193 1.00/1.00 vMB 92
583,479 583,479 0000000000000000000247184e45de9c06bc3c3f748ed1205dcbc5ae73456495 2,670 1.00/1.00 vMB 102
583,478 583,478 00000000000000000023621e44ac61fcf8dd10c4cd84b299f785c9d98d47014f 2,097 1.00/1.00 vMB 104
583,477 583,477 0000000000000000000270e31ddd360b19684d633ee24d4a7d3598f2b033d7a8 3,238 1.00/1.00 vMB 130
583,476 583,476 0000000000000000000582aecec86ab7bd951aab18d32f7755145b3017e29227 2,958 1.00/1.00 vMB 101
583,475 583,475 0000000000000000001bf66c25075b0bb5cf917cd337521a52c9c5dd6f103b9b 2,458 1.00/1.00 vMB 64
583,474 583,474 0000000000000000001b38bf48037644a5c6588586af23ab6a48110e25a864eb 1,973 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.02 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: 649.92 GB
    • Received: 13.23 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.