Loading Tool

Explorer IconExplorer

Memory Pool

82,737 transactions
34.58 vMB
0.15738949 BTC
Random Selection Loading Transactions
Max Size: 197.17/200 MB

Candidate Block

Mining Attempt e76bc9213819ed190eaa11a7822035702c5482c5be0c40b3c3ab5a9829c629da
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 2359c71bb0f12da30efa858e82187c45c9e588ae966957b7bbcdaa5525facdca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.03989846 BTC
Feerates: 301.60 > 4.00 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (89,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,488 825,488 0000000000000000000152006e5a149d55a4ac1d8cb9dac07ce6a71b733830cd 2,224 1.00/1.00 vMB 62
825,487 825,487 0000000000000000000186c4c69dd99c62d8fff62a9ac33ba811b1e5abe4ca42 1,838 1.00/1.00 vMB 43
825,486 825,486 00000000000000000000cb99f3c243989caa7b42b2b37d6202d32c2430a071f0 2,719 1.00/1.00 vMB 99
825,485 825,485 000000000000000000004313185be476ec79d0fb8129c6cee870fcd81efaf7a8 1,332 1.00/1.00 vMB 40
825,484 825,484 000000000000000000039550ba449880df0d10d9f31a660fa855aabcab48d121 3,099 1.00/1.00 vMB 63
825,483 825,483 00000000000000000001385b953f2577a7a30fc2ea8d4e825f425542c98a61d9 2,839 1.00/1.00 vMB 63
825,482 825,482 00000000000000000000382c4a80519007140ac4cf543f853bde354712c30ae2 2,865 1.00/1.00 vMB 90
825,481 825,481 00000000000000000001579944012cb54f9865da84a7422d51e1712c9d43f935 2,542 1.00/1.00 vMB 55
825,480 825,480 0000000000000000000084626e333799d6be2c441ef9cec3f50e1ff1af4e930e 3,085 1.00/1.00 vMB 66
825,479 825,479 000000000000000000028b323c6727ac1a95a5bc71d645f7be9e923bbbda98a6 3,216 1.00/1.00 vMB 72
825,478 825,478 000000000000000000016bf99fd83cb4a7df1b600672882e8892b74bcd083dee 3,214 1.00/1.00 vMB 154
825,477 825,477 00000000000000000000e8a621d070ff66d879856d571741a797c68518d95653 3,118 1.00/1.00 vMB 112
825,476 825,476 000000000000000000021d75d9ce83e47c6b20c0e06d304c8be7a4ddf9ad3099 2,803 1.00/1.00 vMB 87
825,475 825,475 000000000000000000034d0f78f5ba728cbb3d583e7f0d06e1ad113b0eea19ff 2,326 1.00/1.00 vMB 88
825,474 825,474 0000000000000000000323f1da6770126b65444faf4ecca5e94abef095630420 2,526 1.00/1.00 vMB 133
825,473 825,473 00000000000000000000e600aea0409e77e6b9d2e80a0186ea63c12b5ae15dc9 2,303 1.00/1.00 vMB 90
825,472 825,472 000000000000000000014efbfdd2b2b9b398ba7bd3811782ab7f0f0bb9308f25 2,658 1.00/1.00 vMB 149
825,471 825,471 00000000000000000003c16c9eb7e35a5ab51022857b09a01dc9d984082e6727 2,476 1.00/1.00 vMB 160
825,470 825,470 00000000000000000001a93e4b6d10b96ecaed6ace22d77d1b26796ad7bf480a 2,490 1.00/1.00 vMB 182
825,469 825,469 00000000000000000002e114c22305c7c8433ab6f14baead7f2ef06909a3bd50 2,323 1.00/1.00 vMB 150
825,468 825,468 000000000000000000027562667a123b52de15d2e97c8bc8d64c33a8219a57bc 1,958 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 783.10 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: 728.29 GB
    • Received: 18.47 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.