Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
29.09 vMB
0.09159278 BTC
Random Selection Loading Transactions
Max Size: 148.82/200 MB

Candidate Block

Mining Attempt 3feb816daf05a8e6a47035cdbbba7f8f42168732493f15991e295a8ea358895e
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2aec352c97f1d9345e3eb0d10ee5d0c2e311465baf7f28b020c727c95aee306e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.03313292 BTC
Feerates: 88.27 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (262,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,467 652,467 0000000000000000000d32b9fedfe083ea8bd6d31f97c56f892f9cd82bd790da 1,451 1.00/1.00 vMB 24
652,466 652,466 0000000000000000000d8f0ce7b842fc7c1af307de0c9124af8263d8a12425d0 1,270 1.00/1.00 vMB 9
652,465 652,465 000000000000000000036f63dbb24af7c47eb72868f49ffe930c223f8aaef88d 1,743 1.00/1.00 vMB 16
652,464 652,464 0000000000000000000b6a37a3d11b704066c4838e9f252438b8b077fb48da4c 1,815 1.00/1.00 vMB 16
652,463 652,463 00000000000000000006880f8f70d51615c267052f108723d3527b92560710cf 2,804 1.00/1.00 vMB 62
652,462 652,462 00000000000000000007f04c7b53a4de58e9e42f54c3bda905533635ddce43e7 2,132 1.00/1.00 vMB 18
652,461 652,461 0000000000000000000376e81189e4d6c87b9dc28b657ddd738746e4212f0021 2,335 1.00/1.00 vMB 51
652,460 652,460 000000000000000000085e6f9db90960b87af13d4d4a3df7dcab76da8ed04e2e 2,508 1.00/1.00 vMB 17
652,459 652,459 00000000000000000006ce4c15bb2735f04aff6f6da11c2fd86fbdc9b04e7978 2,001 1.00/1.00 vMB 55
652,458 652,458 0000000000000000000dd53a349e6be4174a505aa21c353fcd208595d441540c 2,462 1.00/1.00 vMB 95
652,457 652,457 0000000000000000000a703dfdc4848c0d3dba298a8986d7ab5faed252d99127 1,317 1.00/1.00 vMB 31
652,456 652,456 0000000000000000000887372d3cdec1432d1011f8e4f803394910e2c0b97052 2,379 1.00/1.00 vMB 74
652,455 652,455 000000000000000000061050555e0e4db2d057f9a03e2b25d508ea4e88ed8c4a 1,905 1.00/1.00 vMB 25
652,454 652,454 00000000000000000006c7673b5aad79894ac637b8af4f8d49209aced94f53f3 2,523 1.00/1.00 vMB 78
652,453 652,453 000000000000000000009665d75adb800c092c57f05a7fae8e3697f7975c1c46 2,030 1.00/1.00 vMB 12
652,452 652,452 0000000000000000000b2fbf86dbbd634dfc6098c2e9cce134dfd69a1116c74e 2,519 1.00/1.00 vMB 37
652,451 652,451 000000000000000000033902358036361d39cd5378eded3f3de73a7d29b1eb78 2,626 1.00/1.00 vMB 34
652,450 652,450 00000000000000000004353bbe74264fea7634e53734345d91a22ee34ec6e9f4 3,191 1.00/1.00 vMB 87
652,449 652,449 0000000000000000000e942ea837d0d739a9db5567885ea99fdffb1e9e6c9d0d 1,866 1.00/1.00 vMB 55
652,448 652,448 000000000000000000094fc5d84522087ae2e0f5d7b06effdb5c04a092760c70 1,346 1.00/1.00 vMB 18
652,447 652,447 00000000000000000006c2f40157509a38584a57f4dbdbdf872153ade25f809f 2,113 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.34 GB
    • Received: 12.02 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.