Loading Tool

Explorer IconExplorer

Memory Pool

81,562 transactions
31.01 vMB
0.09099998 BTC
Random Selection Loading Transactions
Max Size: 188.25/200 MB

Candidate Block

Mining Attempt 5e6a2d0f203a0f2d6ef155c0c5af044bae8a25afb8e90408057de9abdf187e9e
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (513,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,277 401,277 000000000000000003d3319de387798b9d6be3fbd7cec05362854b83ed94c869 3,581 0.93/1.00 vMB 116
401,276 401,276 00000000000000000271ade657b87566fcd7b3c77edacd3add097537695c48c9 2,667 1.00/1.00 vMB 66
401,275 401,275 0000000000000000036d69ba41ea94b69659f4b5b6ac1f1c5b581dacbc8aa50d 4,032 0.99/1.00 vMB 127
401,274 401,274 000000000000000001bca63b7bfa27bc0231dffad488c471ee2a0dfc5e8abc16 1,645 1.00/1.00 vMB 32
401,273 401,273 0000000000000000021b59e8122e35982640e80ebc2241562c29fe0707bb5380 2,085 1.00/1.00 vMB 40
401,272 401,272 000000000000000003666a16c9b9271767272fc15413668843c5150af04a1623 2,924 1.00/1.00 vMB 92
401,271 401,271 0000000000000000042fa220fee2d921d20b8e6058004c6745ca2f4e03a7c0bf 2,266 0.93/1.00 vMB 62
401,270 401,270 00000000000000000674e991410282ec3f8ec39f95e34573d68f88f9f1dfb896 3,209 0.99/1.00 vMB 92
401,269 401,269 000000000000000006eb288c95927ebd4a79cc65607678cd834b05f189d89f87 2,367 0.93/1.00 vMB 66
401,268 401,268 000000000000000003ef9f2acb9745b6364f90ac014f028b768f3e4567c2aeae 2,300 0.87/1.00 vMB 64
401,267 401,267 000000000000000002ec57699ce26b9b5cdbf80f317287716c15169bcefaaac6 2,280 1.00/1.00 vMB 49
401,266 401,266 00000000000000000006c410f348c85762453aff43922dd129be3dc14b149e6d 3,246 0.93/1.00 vMB 105
401,265 401,265 0000000000000000066a79d31b1f62d8b671405fa123cc6e0bc5aa5bdf6f9be1 4,077 0.99/1.00 vMB 132
401,264 401,264 000000000000000006986631683d642bd7ffecc9fe0f3b61e3e3e7703b40c756 1,297 1.00/1.00 vMB 29
401,263 401,263 000000000000000002d84ebbcf33e8951cfdb3234768de5026e399c79f92f987 1,053 1.00/1.00 vMB 33
401,262 401,262 0000000000000000002210991411fbb8dcfd16fdcd082b3f8b338dbb8605ab83 2,082 1.00/1.00 vMB 43
401,261 401,261 0000000000000000049574f29db049467937c41db1a6d5c9b1212eeff694c13c 1,889 0.93/1.00 vMB 63
401,260 401,260 0000000000000000049a37fa2d5605ea33af0e0ed8f8a5f1d8b5805c3f4f7dd2 2,069 1.00/1.00 vMB 47
401,259 401,259 000000000000000002f45a9abd599b01286fbe2d22ac2a1b2421b7262032a184 1,572 0.75/1.00 vMB 53
401,258 401,258 000000000000000000e719d208a3eb2d859101bc1532d06bf6f18cf5fb75b359 2,172 0.93/1.00 vMB 44
401,257 401,257 00000000000000000016c640982baee9242d5aa1381f791168ac6fda4b2211a7 2,400 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.