Loading Tool

Explorer IconExplorer

Memory Pool

85,513 transactions
31.92 vMB
0.11828095 BTC
Random Selection Loading Transactions
Max Size: 195.46/200 MB

Candidate Block

Mining Attempt 05b5bec05491120583bb4d8e557bf9753e8714a34988f6d7623a2a6ea95e8782
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 09f746513a56caacdd109e8a39199d6056b49606f871ca73caf528f1abb5551a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.03998880 BTC
Feerates: 299.70 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (474,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,575 440,575 000000000000000002d8a629591d912ec273134f97ffc2c8b23cf43d2e12d46a 1,850 1.00/1.00 vMB 50
440,574 440,574 000000000000000000bf131a99f5acbfba3b475b028109b5d6207a6672ee76ca 2,160 1.00/1.00 vMB 74
440,573 440,573 0000000000000000024acf0dccd6c90920a1629915eac2a99b9f071dc337bd4e 2,750 0.99/1.00 vMB 97
440,572 440,572 000000000000000003b229f150367ba3cf2d57f0df45263d0788eab7af190f98 1,943 1.00/1.00 vMB 73
440,571 440,571 000000000000000001b13caacf905476da175d669d7259fd9d6f7d8d5c03ae03 3,046 1.00/1.00 vMB 69
440,570 440,570 00000000000000000126a3db7dd36a11e5c5512502441dc991c1e70b8be9387f 1,849 1.00/1.00 vMB 114
440,569 440,569 000000000000000003803693565e97ffb356e91f617a399bd5a2992b3b834bfd 3,059 1.00/1.00 vMB 192
440,568 440,568 0000000000000000034e47bfed71f1736af0c8c4ee4cccd969810ba26b6f513b 2,762 1.00/1.00 vMB 140
440,567 440,567 000000000000000002c6ba9cbfe31660b048467feaf916ce131c5a3130ee102d 2,913 1.00/1.00 vMB 212
440,566 440,566 000000000000000001bdb9a3d0a880586291bc0d9ccab8e79111f1ebceecea59 1,342 0.59/1.00 vMB 87
440,565 440,565 0000000000000000016b5a8ed77a05d58a42f0963b966947fb4d4a431bad15e5 2,645 1.00/1.00 vMB 139
440,564 440,564 000000000000000003caa7c47471ace1b4a6fe95ed3de6ae68e977197e4ab559 507 0.75/1.00 vMB 48
440,563 440,563 000000000000000003c4d0d0be80629b7b44428c8bedab2f61fe966b097e1727 1,406 1.00/1.00 vMB 64
440,562 440,562 000000000000000002e45bc2e377616bf7715281adfa8696301ff7b3ee7d4d5b 1,855 1.00/1.00 vMB 50
440,561 440,561 0000000000000000039de5d0a0ff568281b20736318d550131b24403541483f7 1,831 0.75/1.00 vMB 107
440,560 440,560 00000000000000000329eaf2161e5600dac55b237b4ae3b3784ee9bcef45ceef 726 1.00/1.00 vMB 77
440,559 440,559 0000000000000000034c787224e7e1604db03c53d09124300d81b83967fe59c0 1,002 1.00/1.00 vMB 78
440,558 440,558 0000000000000000009779875a11177ac35afffc1638c4eaef669d6a9a6c960d 2,562 1.00/1.00 vMB 119
440,557 440,557 000000000000000001aae1d532285c3c88da7748b068bba48cb3b0ff5cde0dad 2,468 1.00/1.00 vMB 143
440,556 440,556 000000000000000000037cd55d7336b06f29628e60ada68d2d03f372e6a2ccb2 2,312 1.00/1.00 vMB 116
440,555 440,555 000000000000000000fa08e848874b0151d8a17ded1f6b5d6e6ab053283b4ee9 2,176 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.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: 709.63 GB
    • Received: 16.94 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.