Loading Tool

Explorer IconExplorer

Memory Pool

78,618 transactions
29.84 vMB
0.07545899 BTC
Random Selection Loading Transactions
Max Size: 182.23/200 MB

Candidate Block

Mining Attempt d3e4fd1774de12d69a100ef59ae0964589ddf23e2529d0f3d092031d4bcbac8f
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 7847b64cb7d893bcd5fce0a75a9f191f34d4ee84a9ff02e9e0510fac97cfc8ea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.00939863 BTC
Feerates: 150.58 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (442,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,736 472,736 0000000000000000005de19b6d4e894188a04a94541a7b4bb1be9996bb2d2236 1,692 1.00/1.00 vMB 252
472,735 472,735 000000000000000000857dd9f162e25efc1b23b6d0e9b895b7a73c76f3bf7dbf 1 0.00/1.00 vMB 0
472,734 472,734 000000000000000000c20656a5e82b71f4baec4aae07ca858490391231b6139f 993 1.00/1.00 vMB 158
472,733 472,733 000000000000000000e3530a20e29907353c0aad3f290a1d5e56801391a2c369 1,752 1.00/1.00 vMB 279
472,732 472,732 0000000000000000004ddea25c038463c238c0c2bbc09efa6b5f6cd8c0ba9902 815 1.00/1.00 vMB 137
472,731 472,731 0000000000000000011654ab17ee55df13812f8be70340fedf3ab1f495199424 2,225 1.00/1.00 vMB 323
472,730 472,730 00000000000000000084b62fe87b95503241da7d03d12287176e4d55f42357d9 765 1.00/1.00 vMB 153
472,729 472,729 0000000000000000015684e60c329b6b3643ec92885a1b225b683f7620aa30cd 2,012 1.00/1.00 vMB 275
472,728 472,728 0000000000000000003f9e4c4ed6436a816c8217b47343372ed261690f626c4c 2,169 1.00/1.00 vMB 381
472,727 472,727 000000000000000000ff0cadf95006863f89d142edb9e97336923a077d8278cf 330 1.00/1.00 vMB 30
472,726 472,726 000000000000000000858c320594381cedfe2486f48b7548449c0908a9aa7261 454 0.64/1.00 vMB 70
472,725 472,725 0000000000000000002f32f24d01d7f957c5669ffcb51cd8cf700d9d5695b64e 1,260 1.00/1.00 vMB 349
472,724 472,724 000000000000000000a7146dfaddd96ae832dd7d3389235e2b5f4bba6c1a1b23 1,395 1.00/1.00 vMB 174
472,723 472,723 000000000000000000da56538cad7c3544770b7e44cf26bbc46a6117995070ff 972 1.00/1.00 vMB 128
472,722 472,722 000000000000000000d27ff9c30f000600c50276c624b6c439346792fb94bead 1,562 0.99/1.00 vMB 205
472,721 472,721 000000000000000001839accba741c25cb1f953c662a36f1bcae35b5f4b752b9 1,094 1.00/1.00 vMB 44
472,720 472,720 000000000000000000a08e21f66828086eef2df0314e61e3af628e7af9a78772 2,131 1.00/1.00 vMB 126
472,719 472,719 0000000000000000016c1f4643d8b8573e60df5d1167e67a1afe30a589b09b00 2,136 1.00/1.00 vMB 176
472,718 472,718 0000000000000000012ed35ac5eef5121fab8fce1fa4202dde4f4d10b0b7aec9 1,732 1.00/1.00 vMB 258
472,717 472,717 0000000000000000013701936565688d4c87d288b83250b0f92346422b47f091 2,123 0.99/1.00 vMB 276
472,716 472,716 000000000000000000b036cbb2a43d748eec8e609d39afb69eda6433adcd9c87 2,547 1.00/1.00 vMB 358
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.