Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.20 vMB
0.13717179 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 18343bb544a849150903c43c882dc341f00e2328851a1eb079ea9e229eb9c44d
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1a47738fefe687085a2bae03e5d49910b1022cbedb7bf375a8c223b4d692750e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.05690820 BTC
Feerates: 477.45 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (282,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,542 632,542 00000000000000000006f97744fdc9b29cadcb6df0a8ac92cbc732304c96a455 2,760 1.00/1.00 vMB 123
632,541 632,541 00000000000000000008fa85777195a7b9fa8462cf4f1b99a91c239051fa3002 1,507 0.48/1.00 vMB 4
632,540 632,540 000000000000000000126235eb560e9dbd5e8e0663c29886dd0c72d0e278b1e5 2,753 1.00/1.00 vMB 68
632,539 632,539 0000000000000000000be247a6d7541d487c48762b98a80ac4cdb28af73d61cd 2,067 0.86/1.00 vMB 14
632,538 632,538 000000000000000000072d3f4f1919378c0b5440c36fa60fda0b9f7590a72032 2,786 1.00/1.00 vMB 19
632,537 632,537 0000000000000000000082d89e19cf7626fcdd5a5f7794c1152755806eadd9a5 1,677 1.00/1.00 vMB 54
632,536 632,536 0000000000000000000b675488539cee0e2298a66c70f5b61d8e986f41835a6b 2,622 1.00/1.00 vMB 81
632,535 632,535 0000000000000000000bab5a9f867f368685750427e1b97bed6921680f8a8187 2,319 1.00/1.00 vMB 102
632,534 632,534 0000000000000000000e06d7af3b2c3e4dedce5592d2f17fad2661707e89f5ce 17 0.00/1.00 vMB 47
632,533 632,533 000000000000000000072ae530a90fa3690c7565a46291bf58faf20ad79a4b57 2,144 0.83/1.00 vMB 58
632,532 632,532 00000000000000000007f19244a2459b53c12bbb7ea9d892585a4d790ab990a9 922 0.36/1.00 vMB 4
632,531 632,531 0000000000000000000bbd960ac981552c549e40a61c4f958d9477326688bb97 2,123 1.00/1.00 vMB 33
632,530 632,530 00000000000000000000563bd834b55f45d8a10871d9d82f67c099b293834dbd 2,379 1.00/1.00 vMB 44
632,529 632,529 00000000000000000005b3cbccc7f39037bd9cf7218e86e7e6ec411f7e8e90ae 2,798 1.00/1.00 vMB 29
632,528 632,528 0000000000000000001159c8e920013029bff4bf6e1aed22fdc928425b50edd4 2,197 1.00/1.00 vMB 89
632,527 632,527 0000000000000000000649de5ec106711d3edb7fc03a9f4d25b789afc5bfd2fe 2,060 1.00/1.00 vMB 95
632,526 632,526 0000000000000000000d7874c30220f46616e591e3c2f2b9b059fa56cce3d7ad 2,081 1.00/1.00 vMB 43
632,525 632,525 0000000000000000000a9726f947022b02d1f42245409d05fea467c301cd9419 2,257 1.00/1.00 vMB 8
632,524 632,524 00000000000000000004633c988ab5b71aa2747f34b0c6fd52443a4fd8d8e257 2,728 1.00/1.00 vMB 61
632,523 632,523 0000000000000000000960baf653c3c8445b5b4dc63505790af93e4183687f98 2,689 1.00/1.00 vMB 20
632,522 632,522 000000000000000000012d56b43f2d28cc38d6b1e81c4d3d62f067c14fcccecf 2,103 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.