Loading Tool

Explorer IconExplorer

Memory Pool

79,238 transactions
29.47 vMB
0.08263341 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 59d2807f648473d3c888e07057fda9147c39e2c81aace9f1ee9e100879379d23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (125,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,428 789,428 00000000000000000002a5a1a700c587ce5c96138dc165519deddf3696aeabab 3,721 1.00/1.00 vMB 174
789,427 789,427 000000000000000000002f0e9ae8e598d491b409fdc916ca85d8ba2c7cbefbe0 3,331 1.00/1.00 vMB 208
789,426 789,426 000000000000000000046a1951a2350d9a0b8285119c7fbd5ee6fdfcf0ee56de 3,267 1.00/1.00 vMB 248
789,425 789,425 00000000000000000003435710cca88a2713395fbaab30e118745d0647cfaddb 3,559 1.00/1.00 vMB 231
789,424 789,424 000000000000000000028688b388ddde60d6935560c810596902bf3d8141d4a4 4,787 1.00/1.00 vMB 197
789,423 789,423 0000000000000000000464ca75087393020229b9f3eea247299a6ba1db0f4ca2 4,512 1.00/1.00 vMB 231
789,422 789,422 0000000000000000000363d73cf48f8b6196504b37b9bb95c1b26e696cc6a303 4,828 1.00/1.00 vMB 216
789,421 789,421 0000000000000000000322eb2b7d2b77c3522b9519905470dbcb6ff5c833e4f7 4,986 1.00/1.00 vMB 198
789,420 789,420 00000000000000000005d20f13240224a8c3f1a609539f54755862b42cbdaf26 4,493 1.00/1.00 vMB 256
789,419 789,419 000000000000000000042e3fa2b4b8d2b999ea8ec6a3f852e5aac104dbe7c12a 4,203 1.00/1.00 vMB 305
789,418 789,418 00000000000000000005688c3c3429cc2f12ea51407dc580d67ab367c7ea853a 4,870 1.00/1.00 vMB 174
789,417 789,417 00000000000000000004954d95af567476e0a57b8de66e9fe9a6af17ec387003 4,860 1.00/1.00 vMB 196
789,416 789,416 000000000000000000022f1b34483b115c1f862918435c44d64a418c0340dd87 4,714 1.00/1.00 vMB 216
789,415 789,415 00000000000000000001f4d8722a69874b2dda14b7cf2d7058531943d26427c0 3,855 1.00/1.00 vMB 311
789,414 789,414 000000000000000000016fd6b1d0eb5c664bdd8a34cb353ada948df378e436c0 4,122 1.00/1.00 vMB 136
789,413 789,413 000000000000000000020d601f67993e0afbf0fccee2d406f164635b28eedc7e 4,444 1.00/1.00 vMB 128
789,412 789,412 00000000000000000000aed4d0a65ff426f0f990006cf94cbe8a24c628a8c6b9 4,340 1.00/1.00 vMB 105
789,411 789,411 000000000000000000044b67d91304f68c8c6d4118fd42827f3876adf9511939 2,656 1.00/1.00 vMB 135
789,410 789,410 0000000000000000000551dc25c636b56d4c5286949560b3911063fe9c4d7ecc 3,484 1.00/1.00 vMB 179
789,409 789,409 000000000000000000021fe7bd7e8e77aecb83ea56d34dd47df6469e478c9635 3,574 1.00/1.00 vMB 59
789,408 789,408 000000000000000000001bc0e12f3794aaa5352bd3d68ccfbedf13bbb5dbf5ea 3,955 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.