Loading Tool

Explorer IconExplorer

Memory Pool

79,174 transactions
29.69 vMB
0.07504621 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 6c758f3813fd985f8ce7072dd2d2e2910364b1d19a59acb52cba90e9e295b76a
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e2cf98e43157fa962e8f45a50b9d4af3e560cadc56179b90e0a9f3fc6688a832
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01437633 BTC
Feerates: 150.77 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (293,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,548 621,548 000000000000000000076e8b34337eb113691486ce96888bea2f5357dea18aff 3,540 1.00/1.00 vMB 33
621,547 621,547 00000000000000000003f5f90517e533537b836815f7a41c71384e934f86e88e 1,759 1.00/1.00 vMB 75
621,546 621,546 00000000000000000003049e4c8e3695849df849d14840fbaedabd98641b4b8f 2,595 1.00/1.00 vMB 71
621,545 621,545 000000000000000000027a75db5444788593f51bd50e0c072ef41f413699600a 3,269 1.00/1.00 vMB 56
621,544 621,544 0000000000000000000f9ca0bb52b7b9fd672d87c1e9b9087d25ef75c6cb5c40 2,436 1.00/1.00 vMB 84
621,543 621,543 0000000000000000000357960f194b3792e0e5b0183dea97d3e88c16cfec6a08 2,893 1.00/1.00 vMB 34
621,542 621,542 00000000000000000000f0b0ef229d75c24b1900a535a8f832af42d369859fab 2,770 1.00/1.00 vMB 43
621,541 621,541 00000000000000000005d5379efba8dcacbd3d245373067f9b95e0d0fbe1f4bb 2,817 1.00/1.00 vMB 43
621,540 621,540 00000000000000000004dcf899b8b14e0eb4adda03098abdf8eabe6a4be3906e 2,751 1.00/1.00 vMB 45
621,539 621,539 0000000000000000000abe733cca6ac1656f68a72e4f518667ae6daf8c320802 2,779 1.00/1.00 vMB 81
621,538 621,538 0000000000000000000516151409e0501c1096c8d3f12ac4a6ad9719f66ac61f 2,346 1.00/1.00 vMB 86
621,537 621,537 000000000000000000014c1c4f6e71d67229af76bd90b4184ccc0d4bfc2148f9 3,007 1.00/1.00 vMB 59
621,536 621,536 00000000000000000002e240cc439b32dd708d0911cd91993351901227a4d791 2,845 1.00/1.00 vMB 65
621,535 621,535 00000000000000000002d95a947c56c35a7f4301c64a11d8a49b03c39b9da83f 2,432 1.00/1.00 vMB 46
621,534 621,534 000000000000000000022969c4c4ac2fef8a0436fbcbc5571ebbe60c93d948c6 2,369 1.00/1.00 vMB 54
621,533 621,533 00000000000000000005e9752ea076c1952f5b4247f2a61e7f89e42452043c8e 2,735 1.00/1.00 vMB 55
621,532 621,532 0000000000000000000c8c56c3b08caa284d3449f9e7678d9da155eb601d6352 2,965 1.00/1.00 vMB 71
621,531 621,531 000000000000000000013c02177ea62ca4f7d65f8acb8bae65b99059d5c7404d 2,836 1.00/1.00 vMB 88
621,530 621,530 000000000000000000056eb381391145afecb3429b83af4097ca503bd1346aff 3,003 1.00/1.00 vMB 80
621,529 621,529 00000000000000000001471e866fe6cd4b3f53d428adb7ab4a1c9b74258f8c77 1,923 1.00/1.00 vMB 80
621,528 621,528 000000000000000000048a57b037f1d83b142bd1cbbef4578b33dbb919771cd5 2,144 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.