Loading Tool

Explorer IconExplorer

Memory Pool

32,086 transactions
6.53 vMB
0.03365313 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.51/200 MB

Candidate Block

Mining Attempt d34b78b6821d4edba6d882c94efd28414a111946019df37d7f3e4dc4e9e70674
Version 20000000
Previous Block 00000000000000000000a1599da070f1860fc4a04aecffa1af09cc16b1d80280
Merkle Root 593599895beba69a1a73980e1a3d5d36ed941abfe1118e2e74d2f9c1f8644b15
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,942
Size: 0.69 vMB
Total Fees: 0.01652402 BTC
Avg Feerate: 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,963 (727,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,098 185,098 000000000000039c00655901b3e1c365cd67978d77fb621d67e36467cbf883dc 0.00 MB 12 45
185,097 185,097 00000000000003123c7c3a3a927e3edcfa9b46fa9f7ceb155c248095506d534a 0.25 MB 442 117
185,096 185,096 00000000000006c8c2cd6ad152d8fd4fb07c9014e3ac36bd93f0881d07f2ae3b 0.05 MB 143 354
185,095 185,095 000000000000039e0c9a62483eebf2cf8465a9cb6cb690ba4d92840babeeee13 0.00 MB 1 0
185,094 185,094 00000000000007dddd95db44d60c80d8eb5ae2d7d2b9ce8cd0de473286bd6db1 0.07 MB 236 94
185,093 185,093 000000000000033d5628a0df5cf9be22086ef64215375b0ce292424b2317e56e 0.00 MB 11 15
185,092 185,092 0000000000000019765c181048eb75407e01ddc47b11e3da7d121317cd01555f 0.20 MB 513 159
185,091 185,091 000000000000016f68e0d160a2dba6be8915bd9b39192c0536e42b48dc848d0e 0.11 MB 256 144
185,090 185,090 0000000000000699eec9f75cf6b25a74e9795ccf0ddcec260a44e74b1c2a1bd2 0.02 MB 32 104
185,089 185,089 00000000000003f4b34e170c5340b8ab4379af2b8ad67cfd99b5c2e993782a9d 0.09 MB 256 133
185,088 185,088 0000000000000181138e5f91b2d9313fbb8c0ff8d5498eb95b1ffbb1428ab3de 0.25 MB 561 125
185,087 185,087 000000000000064b13c6dbb4ded030cc956026db7031b8e57f26ffb8b6dcbf3f 0.05 MB 148 89
185,086 185,086 0000000000000051c08fd70dd21f9486e0eaa2ac0e0fcf8af7016f0b3ac36b22 0.25 MB 543 172
185,085 185,085 0000000000000a29a90f744ab587360e88f26a37f8b38e091930e4f6c446bad0 0.05 MB 121 172
185,084 185,084 0000000000000620ca3a6aae871985851d87caa288d876d111daa25508aae368 0.02 MB 28 103
185,083 185,083 0000000000000177faab3bca659d5315ab2506a373d8102bb34b9e9f536b6b52 0.12 MB 246 139
185,082 185,082 00000000000003d1cefbf03b8a901ddfc525aede63b9cebd6f0c8536a5c779ef 0.22 MB 586 144
185,081 185,081 000000000000033396c6a1aaca0eae18875ea9d4316ffd4a509cda048d1e54ec 0.00 MB 9 77
185,080 185,080 00000000000001de22070f15910a466cff744fa35f6cb945ea82c9c585252067 0.21 MB 495 136
185,079 185,079 000000000000052cd54e2627c707885a30be75897de9785ae7f1d6fa92cb7817 0.05 MB 117 134
185,078 185,078 0000000000000251b724396f5a5c06ec70b6de5d3beed443523ed2ae7826cd54 0.05 MB 128 43
Previous 10 blocks ↓
Total Size: 778.78 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: 353.41 GB
    • Received: 3.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.