Loading Tool

Explorer IconExplorer

Memory Pool

56,641 transactions
32.15 vMB
0.18419547 BTC
Random Selection Loading Transactions
Max Size: 173.14/200 MB

Candidate Block

Mining Attempt 0b20b60c6692e4d35388959aa62413ad10085bd245794bf02faa9d4bbebbf6a4
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fe31aa3c65e0541867cc1d1ca0a1c3c0caa74a294dfbff881b5041e6eec707be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.07260275 BTC
Feerates: 465.21 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (450,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,323 464,323 00000000000000000134fc5eaf6cbfae5d1622eed5e1c2f8937f6521270338b0 2,144 1.00/1.00 vMB 138
464,322 464,322 0000000000000000009669e4ced54c18a6f4260db797d388f4689f7deb228ec6 1,433 1.00/1.00 vMB 144
464,321 464,321 000000000000000001bd33d5bc3b4d25d41854a435d3a0f43b155ee793e25c12 1,854 1.00/1.00 vMB 101
464,320 464,320 000000000000000001dcc2194c7a334fac60c0c3fd660422be07aee7242fef4e 2,195 1.00/1.00 vMB 151
464,319 464,319 00000000000000000203c41063378c2daeceadbd15dcd7c54337bba429da2085 513 0.99/1.00 vMB 34
464,318 464,318 000000000000000000ca968c83b97b7ad4eeb09a2ea6456ef2b19186a19292e9 1,288 1.00/1.00 vMB 81
464,317 464,317 000000000000000001f3028d356fb5976ffe0dc68b1790126db7f6de33939666 1,885 1.00/1.00 vMB 116
464,316 464,316 000000000000000000afb346eeff2de5a7fb634503a4bcba0002132df4495904 1,941 1.00/1.00 vMB 92
464,315 464,315 0000000000000000019b6f3038196350d79f8611f7613c1153af78cabf0e34c4 2,239 1.00/1.00 vMB 158
464,314 464,314 000000000000000000e6122e7927af3d7f6d9c7ef8c12915cd35c7f43f4c54e1 2,699 1.00/1.00 vMB 185
464,313 464,313 000000000000000000dc676018a865d57cf5600b5705535f0b3271cf6b6719f0 1,574 1.00/1.00 vMB 97
464,312 464,312 000000000000000000f87e812bfe3ec23a7813ca5078aa41eb9224d8f8986dbb 1,906 1.00/1.00 vMB 140
464,311 464,311 000000000000000001b96471b919f7f13656152099b9484ddadc446b5c067620 2,150 1.00/1.00 vMB 168
464,310 464,310 00000000000000000099143e0b7e098efb436993c833c71063056943f1876c4a 2,324 1.00/1.00 vMB 126
464,309 464,309 0000000000000000005e4f969438bff2086b9d7f66002485a1ee600a40a4abcb 1,870 1.00/1.00 vMB 157
464,308 464,308 0000000000000000015852f198355bc40309d8666f8784b67cd7ac16cb1bdcc5 1,906 1.00/1.00 vMB 152
464,307 464,307 00000000000000000157fad515e21c4e70200d1dda30b58cd87745e42ec57b72 2,091 1.00/1.00 vMB 217
464,306 464,306 0000000000000000017d000fdde8f3e49d8860ac49e9dc627c6e3076b1c96747 1,913 1.00/1.00 vMB 105
464,305 464,305 00000000000000000115eaaf1e581867f47ad33bced73171548583956c1d10b1 1,661 1.00/1.00 vMB 140
464,304 464,304 0000000000000000012eb4e2d5d3bb1d58fab16a69ac1c2aa6626a46afb09d2c 2,203 1.00/1.00 vMB 173
464,303 464,303 0000000000000000011f3646f27b991642824993721e607b5afab962809635ed 2,270 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.