Loading Tool

Explorer IconExplorer

Memory Pool

22,246 transactions
4.02 vMB
0.01760989 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.49/200 MB

Candidate Block

Mining Attempt 3cf6b170f83e328a4e40042c02d6d44b5eea50e7d28c956439a6fc31f38ebb7b
Version 20000000
Previous Block 00000000000000000001f8169700f7fb73d81d50019d45627eae82040ae0863d
Merkle Root 598482a29ab0470df74d6a7db544e55efadf78ccbb646312e07f1ece616c0776
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,345
Size: 0.43 vMB
Total Fees: 0.00801266 BTC
Avg Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,865 (672,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,107 240,107 00000000000000415d908a36c6997bffe82aebf8a10747b85a06e852b8105484 0.09 MB 146 171
240,106 240,106 000000000000005207744b6c91b6ce78e417efd77f25a119c824bebad27822ec 0.15 MB 387 197
240,105 240,105 00000000000000f4b2bfbbf938e50466b8211dad81c12295733eb7c1b6ad78ab 0.19 MB 256 33
240,104 240,104 000000000000003db502d9c570e854e9bc84687c432a4641c6e92feb9bfcde97 0.15 MB 313 171
240,103 240,103 00000000000000c0104841efeefdb76030f8dccb86283161b0f8ddd370894936 0.25 MB 432 105
240,102 240,102 00000000000000fda8cdc260430a8c463df22a5492e7a10a2d597d217909d86e 0.11 MB 256 216
240,101 240,101 00000000000000648c0b428ed673c39f13e1b905efd84d05a76db8e3622e070f 0.25 MB 696 252
240,100 240,100 0000000000000027eab65e0a93eb71ff35d18ab1b13fdb4a3269509fd06d1536 0.18 MB 222 99
240,099 240,099 000000000000003ade43f493c7bf6092420c17d10d8240da54dc416a4b5f6d57 0.14 MB 239 103
240,098 240,098 0000000000000060636e16723bbe83e8d1ec107e774161504ff20b265244fb0f 0.25 MB 237 40
240,097 240,097 000000000000007510a9ecd381860849b5012bdc1f40c99443adf49ca3ef3938 0.00 MB 1 0
240,096 240,096 00000000000000d835a183bf4757e4a1b937c8228314edc833a6f5995f1d38c6 0.25 MB 436 126
240,095 240,095 000000000000002d1fc68d2cdc26149096140498426941047307d489f333dc10 0.25 MB 734 268
240,094 240,094 000000000000001a84ea2756424ab273efd6915ac311702bbb0470afe682fdc4 0.25 MB 749 224
240,093 240,093 000000000000003b6a1a5f8df81801a2f3c795aea70e78253fc7e81d2c686728 0.19 MB 364 109
240,092 240,092 00000000000000e800c3443abdb30beff139103e8ca1096d36200eb9c168eac2 0.18 MB 512 204
240,091 240,091 0000000000000105203cb7ccd1c3929ecf6d34719a028205e93bb1280fde359e 0.17 MB 341 128
240,090 240,090 0000000000000059de2f595cb6426b3512045788110f0114b899c93e00ca818a 0.41 MB 599 92
240,089 240,089 000000000000006f3f82e84edeadfc1c9ca062d7ff74cc03edfd6f24530c5ef8 0.25 MB 754 278
240,088 240,088 000000000000008d346f7d5207c22831f7502910e88b1553724dac717a68ceea 0.00 MB 4 0
240,087 240,087 00000000000000aa318b892f8141d8a2c552020bb98b12ed35c2e32ac064b029 0.06 MB 41 71
Previous 10 blocks ↓
Total Size: 778.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 220.78 GB
    • Received: 2.25 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.