Loading Tool

Explorer IconExplorer

Memory Pool

82,069 transactions
30.30 vMB
0.09275209 BTC
Random Selection Loading Transactions
Max Size: 182.50/200 MB

Candidate Block

Mining Attempt 05246577c19a74000807fe4212b6c702aea390f99b9b2c308804dc279b5afe6c
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 91da05be42ba6fb253b5bae73abb90289d8f5b39c614d3e70b7f65bcb7613139
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.03064663 BTC
Feerates: 454.44 > 3.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (312,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,679 602,679 0000000000000000000f1d5541a797ac7332a3c5c44b33ba5ed515833edd3b05 136 0.04/1.00 vMB 25
602,678 602,678 000000000000000000003e05c5292de451679fbc0dc667011ff309af36c0f607 1,525 0.55/1.00 vMB 19
602,677 602,677 00000000000000000007eb04119b7ebd25a4c92e3ecd03f4f72b6b6f523c9357 2,712 1.00/1.00 vMB 6
602,676 602,676 00000000000000000012d1c2654803b705a28f25ac2f6721c74f0ec0bb6bf5be 2,619 1.00/1.00 vMB 30
602,675 602,675 0000000000000000000bf8e93d2f9825d0af023ec428e2d1078af2e6531413e1 1,507 1.00/1.00 vMB 24
602,674 602,674 000000000000000000046a6f3e5d5c636309951d66c52a97035a80dfef7a9628 1,666 1.00/1.00 vMB 34
602,673 602,673 0000000000000000000c7c497bb48e265bbc6a3502ef8466d2d14e000ecf39dd 3,013 1.00/1.00 vMB 49
602,672 602,672 00000000000000000009c2038627af636fe05b4a516cafd25a3bfc0dbd77bd03 2,026 1.00/1.00 vMB 19
602,671 602,671 0000000000000000000176b223af8580a4f8089a843c912b9af93595b0cc750b 3,172 1.00/1.00 vMB 48
602,670 602,670 00000000000000000008146e474d9e8df0bb6fe19f0c07cbd6afc7926053fac1 2,451 0.81/1.00 vMB 13
602,669 602,669 0000000000000000000bd2be3a11f3a934ac132a1ceca935e3262970ca0e6905 1,414 1.00/1.00 vMB 15
602,668 602,668 00000000000000000003300b9ebf06068a2ee8d80758c7ff4f14175ebdd0a24c 2,766 1.00/1.00 vMB 21
602,667 602,667 000000000000000000139fbb5cd29733431698329390d4eecb113090f434e14f 2,215 1.00/1.00 vMB 17
602,666 602,666 00000000000000000007c81adff2578dc7f45bf7304011168ff23cf961033e32 2,550 1.00/1.00 vMB 39
602,665 602,665 0000000000000000000cc8525174588d5ccb3885a4a3eed6615f392f129f614d 2,381 1.00/1.00 vMB 53
602,664 602,664 0000000000000000000afba6bd4bf9a5b73d4ee852dbebb2391df33bd3aa48b4 4,243 1.00/1.00 vMB 8
602,663 602,663 000000000000000000141c423cda592b669a1de0e943b306fb6ddc6b2c8cb5e0 4,063 1.00/1.00 vMB 25
602,662 602,662 000000000000000000073018f1b54ece02e9cc7c50e424f69a17c7f5dc47d4be 3,305 1.00/1.00 vMB 52
602,661 602,661 0000000000000000000e16eb57f4713a7c5dc059a03cb7fe86b387b162ce9121 3,258 1.00/1.00 vMB 45
602,660 602,660 0000000000000000000cc8a2c1bcab243db01dc2fd550dc9d40ccdd40285b48e 3,402 1.00/1.00 vMB 28
602,659 602,659 000000000000000000003c4105735a4127238b51daf2c500d83289428badbf40 483 0.15/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.