Loading Tool

Explorer IconExplorer

Memory Pool

82,012 transactions
31.09 vMB
0.07651985 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt deb286d47a18eea6a233f1e6784a712e91fa9ca8678405264bb7df65c3c9436e
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root bc311d2329e2d69e985e318153341611463d1241188c141bb9f35cd647d166b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.00938544 BTC
Feerates: 73.20 > 0.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (446,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,444 468,444 000000000000000001bf7bbaa00f6e112814287a10959ff23f1a77a63c66a2bf 1,586 1.00/1.00 vMB 340
468,443 468,443 0000000000000000018afb98843980790acf2695d053e92ec44deef712c0d5b7 2,047 0.99/1.00 vMB 216
468,442 468,442 0000000000000000004acecc54772be7d55e2acdaae937231ae2f130b8ba31eb 1,299 1.00/1.00 vMB 190
468,441 468,441 00000000000000000083e61f7c74610562ba5e962520ec454e78c7ec2083120f 2,544 1.00/1.00 vMB 411
468,440 468,440 00000000000000000058f1d3026602bd948236ebe41e0610b62b3669d444f76a 1,391 1.00/1.00 vMB 237
468,439 468,439 000000000000000001653aca158898ec87bb9039bec46e2b62af95e7490ab4b9 2,443 1.00/1.00 vMB 311
468,438 468,438 000000000000000001a00d14ce0924e4dbd135c10ec61ca5f0df303ec9c05d40 1,493 1.00/1.00 vMB 283
468,437 468,437 000000000000000000927f47d647e2b1218319df82e420de431ffbb5b2e543b8 2,674 1.00/1.00 vMB 297
468,436 468,436 00000000000000000193fe4e5cfd382200c27199e19c73844be6b70b377a1b59 2,389 1.00/1.00 vMB 374
468,435 468,435 0000000000000000002e53f82b6effbe3caee23af4dcafd3842b726319b744b1 1,940 1.00/1.00 vMB 225
468,434 468,434 000000000000000000aa15ff197568506e573ccd10d0b76b0e521f227cf69211 2,553 1.00/1.00 vMB 315
468,433 468,433 000000000000000000875e60fb6edd08427145ce5a017be53f0bb25b72b505ee 2,486 1.00/1.00 vMB 244
468,432 468,432 00000000000000000136e4d06231caaea478efe0ab95c4f5e93870268e4e58d5 1,570 1.00/1.00 vMB 212
468,431 468,431 000000000000000001ad26754d8f2a9cdc830374bc082da177cb1746b7224fe2 1,776 1.00/1.00 vMB 256
468,430 468,430 0000000000000000004dbf0d1339db3da061ed27f03841e8b147d31bcf44a845 1,988 1.00/1.00 vMB 299
468,429 468,429 000000000000000001c27f0443aa233756c8a1649f2fc443d17fe80dbecadba9 1,860 0.99/1.00 vMB 347
468,428 468,428 000000000000000001c4e26a42cbdda284ef1273462e668b759e9ad14b0477f1 1,843 1.00/1.00 vMB 331
468,427 468,427 000000000000000000ec4d2886246f371d6c806fe2c89a947f429dbb18e96a62 2,108 1.00/1.00 vMB 284
468,426 468,426 000000000000000001d791cc7f81d3ca2ab3d5e7848cc940f67ecb8b1ebe7a13 1,916 1.00/1.00 vMB 226
468,425 468,425 00000000000000000082cde6e3648b1b85facd760133a84f2f0f54dc2d6e4606 1,962 1.00/1.00 vMB 237
468,424 468,424 0000000000000000003b6539da8b29d2a0a50d604612c0e5efe9368ceed6e9e6 2,372 1.00/1.00 vMB 310
Previous 10 blocks ↓
Total Size: 782.72 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: 705.28 GB
    • Received: 16.65 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.