Loading Tool

Explorer IconExplorer

Memory Pool

40,280 transactions
27.53 vMB
0.06747848 BTC
Random Selection Loading Transactions
Max Size: 141.12/200 MB

Candidate Block

Mining Attempt 30d2a4e8d87bcf9bc53d53fd843bdb9bfbfe9702b75efa844d23707d44a896c3
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root dd4721290e8b6c94a65460644ae51f30365fed64884cffb750a0cb3fade39f43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,647
Size: 1.00 vMB
Total Fees: 0.01512354 BTC
Feerates: 307.10 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (332,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,297 582,297 00000000000000000025a842feb533a9c14fc9a5b973dcb924011688cd30ab2d 3,021 1.00/1.00 vMB 79
582,296 582,296 00000000000000000014a53cedec40791612a7e9e3bdabfbbc4548b0d3289866 2,384 1.00/1.00 vMB 53
582,295 582,295 0000000000000000000ec725e3c7ab32f6e7ea83baf1253e4b276e3b7ac2e36d 2,105 1.00/1.00 vMB 42
582,294 582,294 0000000000000000000925020471d2a61bfe2288efcfbc24d091c5bd7f2203bf 2,953 1.00/1.00 vMB 9
582,293 582,293 000000000000000000090a2692cdedef528164c16f64b3e802faccfb49ce61a6 2,913 1.00/1.00 vMB 66
582,292 582,292 0000000000000000001249f2ed010b5f5d6add34493cb957aec21f839e172a1b 2,811 1.00/1.00 vMB 59
582,291 582,291 00000000000000000025d02e2123014ecfe3825a02984fd3504b3763ab3d3ac1 3,728 1.00/1.00 vMB 100
582,290 582,290 0000000000000000001fbfd16033ebf7c2c298f55c592e82ba37b11643f3fc42 2,783 1.00/1.00 vMB 24
582,289 582,289 0000000000000000000ab9aa4bbda512bee5bf2b8ac9f78e625a2fc60e820e1f 3,363 1.00/1.00 vMB 92
582,288 582,288 000000000000000000201a2aa998401d740bad964ef2c92e7d56f62b27e6f2a4 1,841 0.95/1.00 vMB 34
582,287 582,287 00000000000000000024ccecbf95ce4fe6cde4014bd6b05f922d879c0f2020f4 974 1.00/1.00 vMB 4
582,286 582,286 0000000000000000001fa0cda17bdef366206e94ea123de358f1d24db591e3be 3,088 1.00/1.00 vMB 57
582,285 582,285 0000000000000000001de3389ad3035e0ff030a09051436a7f857a9c0c198247 2,479 1.00/1.00 vMB 64
582,284 582,284 0000000000000000000c7659ac62ed7801db0bd9ee40b8363dd7561ec7069a54 2,542 1.00/1.00 vMB 44
582,283 582,283 00000000000000000016ebcde848051bbc7f2a6145230221d89f8a8cba8ee51a 2,430 1.00/1.00 vMB 12
582,282 582,282 00000000000000000025200d52cbf645b2a6a5f0299e64f116584f917ef66a83 1,456 1.00/1.00 vMB 89
582,281 582,281 000000000000000000220f57b1c4d536860bcdd59af0044f131e58b3d444fb5a 2,436 1.00/1.00 vMB 89
582,280 582,280 0000000000000000001e863d55daa776918f6a949b44a836d60f45a518a0b09d 2,061 1.00/1.00 vMB 49
582,279 582,279 0000000000000000001ee7264d2db47040c522571da7f5af6acc7626265f9bd2 2,372 1.00/1.00 vMB 32
582,278 582,278 000000000000000000167517688225b0954a4569be79f5aa780735664e0ecb4f 2,294 1.00/1.00 vMB 95
582,277 582,277 00000000000000000003e2ea4c299acb750db86ff73c564a7a14478399724017 2,438 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.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: 632.87 GB
    • Received: 12.17 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.