Loading Tool

Explorer IconExplorer

Memory Pool

40,002 transactions
25.93 vMB
0.05510010 BTC
Random Selection Loading Transactions
Max Size: 134.81/200 MB

Candidate Block

Mining Attempt 47c910a7773b4687b86bf4e0f61512bad7e11337d76655d8765c43da0fba6d0a
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 96a85525caa5557874c254c631571110a6cbf8e514591294d42d09889ecac8b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,910
Size: 1.00 vMB
Total Fees: 0.00796421 BTC
Feerates: 50.31 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (351,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,546 563,546 0000000000000000002b9a8cd3c15cbe15dd6f01be079119be47f9f1be24f584 2,737 1.00/1.00 vMB 20
563,545 563,545 0000000000000000000490c3088acf1277355aa7ab49038ad40947067ff7afa1 2,467 1.00/1.00 vMB 22
563,544 563,544 000000000000000000030e7cdb1ba0ec0238371700bf71ec99dc57661489c650 3,032 1.00/1.00 vMB 4
563,543 563,543 00000000000000000000a63568913b82fa8f7fc03dbe8f1f2c8acbd771da2006 2,913 1.00/1.00 vMB 4
563,542 563,542 00000000000000000025c8e77395ec84a79b00df0cbba1b03147b3ebfeabbd19 2,903 1.00/1.00 vMB 29
563,541 563,541 0000000000000000000c396d582720315505e17964c2b117206cb183b959bcf2 3,171 1.00/1.00 vMB 26
563,540 563,540 000000000000000000009da7276b2838fccb7479f254b04ca611036e3b5c1c2e 3,006 1.00/1.00 vMB 9
563,539 563,539 0000000000000000002d4648e71cec3670de9e3ba4d8ebe3c9c57d081030ed43 2,544 1.00/1.00 vMB 23
563,538 563,538 0000000000000000000268457ffe15669ff64970956fa9a9ccd5d66491330443 1,500 1.00/1.00 vMB 8
563,537 563,537 0000000000000000001a54e50af251afe20775af43e98b6de1483b01e0b687c2 1,685 1.00/1.00 vMB 6
563,536 563,536 0000000000000000001b7be17bb0ee1be1a79a9fbbb403f65eaa5c50db3ccedb 2,515 1.00/1.00 vMB 19
563,535 563,535 0000000000000000001e4d879a6c5b07a35c5f1af585cbb67e02352229b07b6b 2,906 1.00/1.00 vMB 13
563,534 563,534 0000000000000000002dc4768c72272f1c78a8629268c1c2c7ecb5c203241fa9 2,785 1.00/1.00 vMB 15
563,533 563,533 0000000000000000000874d023df4139ffb29d25bb0919f889dc2420cbfa3ded 2,916 1.00/1.00 vMB 16
563,532 563,532 0000000000000000002122ba9e2c37473a4fa3298424e0404f354c1e137f7a3a 2,883 1.00/1.00 vMB 19
563,531 563,531 0000000000000000001e2842264d85043e82163d14baeaf10ddd8074b8cd341d 1,524 0.78/1.00 vMB 12
563,530 563,530 0000000000000000002d82fa8eddc13d84035d59925ee156326608e5ab1ee3f0 3,034 1.00/1.00 vMB 13
563,529 563,529 00000000000000000009574e532c299c8b734d0045dc67a1650d8675c4aeb203 2,934 1.00/1.00 vMB 21
563,528 563,528 00000000000000000017b827a47c4773af6f6624f0509a33fe9066542aca7806 1,330 0.41/1.00 vMB 9
563,527 563,527 00000000000000000023de9e07c8a5a40fa85295f837afbde963a4b1c36315aa 2,942 1.00/1.00 vMB 14
563,526 563,526 000000000000000000009462d49ffd888ba04f820b4292f5c760556f7c5338b7 3,148 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.