Loading Tool

Explorer IconExplorer

Memory Pool

76,927 transactions
28.55 vMB
0.06286988 BTC
Random Selection Loading Transactions
Max Size: 173.32/200 MB

Candidate Block

Mining Attempt cce79f3e9e14651bca74508977df1837cc82ec825cb4132304980f1dbbb5037f
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root eaa7ac7c5f175fa081233fb46139c6db7e10f9aeecc5281b05000ddd357523a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.00371883 BTC
Feerates: 8.89 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (353,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,492 561,492 000000000000000000071c46c2bd5b793459704604c7a2d839d1ae07cf3b1bec 2,514 0.83/1.00 vMB 10
561,491 561,491 00000000000000000016996230b883087491e91a9b0e255e1c54a8f482573364 3,000 1.00/1.00 vMB 15
561,490 561,490 0000000000000000001cefaa00371c5040896635612b19726e2666970f71cd74 2,400 0.85/1.00 vMB 12
561,489 561,489 0000000000000000002bbd29c514e123a2b702058b61472949268599c3eec739 1,830 0.59/1.00 vMB 11
561,488 561,488 0000000000000000000346d33d092f6c816eb6aab594faa2cfc2c13319f53eda 129 0.03/1.00 vMB 13
561,487 561,487 0000000000000000001b10bcc659c24e15549a4f693e25e58e5a69d3510e689c 2,345 0.82/1.00 vMB 2
561,486 561,486 0000000000000000002fd094256842fc58f3518f4ed5b1b90e1c6e7013945c20 2,743 1.00/1.00 vMB 13
561,485 561,485 00000000000000000030451ca82f40a7072679e1c5f327cd2fa21d9d0a5fed72 2,969 1.00/1.00 vMB 15
561,484 561,484 00000000000000000023b52abd53470e110cca6d596be78f057e82cccaed3c03 2,577 1.00/1.00 vMB 24
561,483 561,483 000000000000000000099bedf8961c668b3aa8318c94e970277c897e4307d756 2,719 0.96/1.00 vMB 9
561,482 561,482 00000000000000000008192c276d9f3172b4fb1d16cc8751d1ec1b98916e6b3d 2,501 0.95/1.00 vMB 2
561,481 561,481 000000000000000000294ef309235cf835b87b7c1cd1e7063b42d2e6963b7c3c 2,833 1.00/1.00 vMB 20
561,480 561,480 000000000000000000190acb188d1ef9d5bbab979670b60d5cbf93af67ff1bda 2,516 0.92/1.00 vMB 10
561,479 561,479 0000000000000000001442a5f699529bdd9936f1c195b2e1e79791b8da0e51a2 2,412 0.83/1.00 vMB 11
561,478 561,478 00000000000000000017abaa07dd6a84cac57a07e1b2ad0381ecf12eb42f3e8d 2,050 1.00/1.00 vMB 5
561,477 561,477 0000000000000000001b434a0787b09564f91de78ca323567ebd8ffa60317a4c 2,398 1.00/1.00 vMB 7
561,476 561,476 0000000000000000000db5262815484327950c7d914825d87c7ffea1d6a1bf7e 2,091 1.00/1.00 vMB 5
561,475 561,475 000000000000000000188c09c07b5bc0eeec56fe741f8037803e36b3f8dfe6fb 2,264 1.00/1.00 vMB 16
561,474 561,474 00000000000000000013e6ff8e21b7d5b1d87e9d3264281174dafe948a95ec3e 2,894 1.00/1.00 vMB 11
561,473 561,473 00000000000000000012a00ed1ba51024f88f3959e96b9661620a35ce44f0ff4 2,446 1.00/1.00 vMB 25
561,472 561,472 000000000000000000152ec46ef061f47f0386174c81d91c7c70bd3a5135e929 1,815 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.57 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: 670.26 GB
    • Received: 15.84 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.