Loading Tool

Explorer IconExplorer

Memory Pool

78,017 transactions
29.47 vMB
0.08998546 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 7d2d960bae581f5fbf44a3eebc07f2fd75c0d8edd4f03486194374c31dd7761a
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 81c00795f8d75dff5fc4469714c5d8e9cf00f0a744b11a78915b4d08e3dd46dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.02531621 BTC
Feerates: 301.35 > 2.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (675,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,435 239,435 00000000000001371fd8b20cef7239fab23a4d1b0d0fe3e0d8082dd675cec22d 343 0.24/1.00 vMB 154
239,434 239,434 000000000000011e6445ac07507cfd5c2bea8d051030bfa8cf5ef49b57f3800c 302 0.13/1.00 vMB 171
239,433 239,433 000000000000007cd12aa544acb1342bea9051adaf56d39985230c11c07f6a77 59 0.06/1.00 vMB 110
239,432 239,432 00000000000000e47139cb5daa5c0342eabddb43340d2cc5bf10332ef05a1547 161 0.07/1.00 vMB 133
239,431 239,431 00000000000000de68cbec08372f912dd69b596eb41631eda2c721f410df3511 508 0.23/1.00 vMB 155
239,430 239,430 00000000000000c7e74180ebb5d197c45e37b7cbfb115e73ebbb21b532a245de 29 0.01/1.00 vMB 184
239,429 239,429 000000000000003a04cde0b0e0941b2606182e009089174b24e724232b5ed7de 233 0.10/1.00 vMB 194
239,428 239,428 000000000000007f255a609844d900d8d912b4bf0b506cc2da8143d91ce5daf0 150 0.16/1.00 vMB 43
239,427 239,427 0000000000000085c57a1996f31745acd8249f03bc2c393e1682e6b7a813554b 544 0.25/1.00 vMB 176
239,426 239,426 0000000000000098bbd8a0c863d00ab5a81871665398705d9671a5f1e923c267 115 0.05/1.00 vMB 183
239,425 239,425 0000000000000087a661eb39d7afc3a59de6c763c4b9d5ef793d5cedc073f8bf 186 0.08/1.00 vMB 137
239,424 239,424 000000000000014dca1bd15b295ab6b664407b0131af68215f21e36e4336aa97 312 0.18/1.00 vMB 134
239,423 239,423 00000000000000d80bdf310d67d9b3b53cb391ab1a36297f86210be0e4c6c14d 92 0.06/1.00 vMB 139
239,422 239,422 0000000000000078831aec3a0cba464fc56c46af97fc3ca1ad26bea99d74fcc8 347 0.14/1.00 vMB 169
239,421 239,421 0000000000000035e56698aa0b8d663ff86395e8453cfd40746a1c847516311f 78 0.08/1.00 vMB 58
239,420 239,420 000000000000012a7a2edf6385e76f9ac74adb72ee5b15efdceb76ce01c352e3 509 0.24/1.00 vMB 145
239,419 239,419 000000000000013c1b42fcc5b7e94d53e6b23c70f28d2045f55d4968d0aa7d65 7 0.00/1.00 vMB 209
239,418 239,418 00000000000000c0d56f21ace10e4f5957fd48bde5956eaefac33abbefdd21e7 81 0.04/1.00 vMB 126
239,417 239,417 00000000000000cb2bdce3b931ccf9c09d1f064ec1c71fa946a3e5d23176dd3a 21 0.01/1.00 vMB 134
239,416 239,416 000000000000000e792648984fac736ae50493e907625e99c2c41400cab858a5 28 0.01/1.00 vMB 136
239,415 239,415 00000000000000acfa172c971e417072d906b22f805c4c4a312d4cf27c5c650e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.