Loading Tool

Explorer IconExplorer

Memory Pool

78,684 transactions
28.90 vMB
0.11109420 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 3f2e86184e203a5e7d687c960f6f7db3e71c435c7d3d5cab6cf7b5dd1a74937e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c9df7030d23d5c6e02558f6752ccd7a749312fa4a1548c0d96e1831c9ba76ca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03968187 BTC
Feerates: 602.26 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (700,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,499 214,499 00000000000004cd94df8d1c0c06e6b4f4212e5297da84175b7186c6f218fe23 162 0.08/1.00 vMB 217
214,498 214,498 000000000000004243ed1efe42860b5468fa613174986140c47ade1a3c20b091 297 0.14/1.00 vMB 200
214,497 214,497 00000000000002dda9d8f3452e0bdc3f4a6ae425295bfaaf4012afc3117a732d 126 0.07/1.00 vMB 115
214,496 214,496 0000000000000528efdb613ef35ae56bb1622bf4cd959b0a39681c63c290d4d3 214 0.10/1.00 vMB 246
214,495 214,495 00000000000003147c63f40b8064ce8fecaf08872c6de2cca6d5cffdb3962d41 125 0.10/1.00 vMB 457
214,494 214,494 000000000000003b611ae9a4365fcd2bd0a0c92a17bb0a959723d7d1d930e6e0 306 0.14/1.00 vMB 343
214,493 214,493 0000000000000259b8461eb06ca15fa7ded05f6fa3e31a5a28aacd2c76e4caef 7 0.00/1.00 vMB 0
214,492 214,492 00000000000004f4810903556a149d6396764dff547e11e54891c732d5519fc3 65 0.04/1.00 vMB 165
214,491 214,491 000000000000018478e55d8a459328b13676ab434a2481dbfa76a7dfbe24010e 10 0.00/1.00 vMB 20
214,490 214,490 00000000000004d1600da41fa5cd730fced7fbde3647e580cf01d255ce1b8c47 142 0.08/1.00 vMB 194
214,489 214,489 0000000000000031d7e34653fc79630617d16e4eb6d291eb843c8188d88e08b4 276 0.12/1.00 vMB 208
214,488 214,488 00000000000005742309c185c0f6faa4e0cc17cdb4f683d22fed1bed95238505 221 0.20/1.00 vMB 70
214,487 214,487 000000000000000f6ae5a3ae69305d59d2f2cc3fb75d11878660643902c26139 36 0.02/1.00 vMB 196
214,486 214,486 0000000000000551c06b00d00fc7ab8fcbd1f7323e51b786f3ac70284a542cb8 159 0.18/1.00 vMB 97
214,485 214,485 00000000000000c8e4ba0dbe5aaecbbf457ad5d06215f5a957046834308426fb 128 0.05/1.00 vMB 272
214,484 214,484 00000000000003ece365a6f7a3b7c64e5d5cf4e7b31c7c53723fcfd9387d9c2d 121 0.05/1.00 vMB 235
214,483 214,483 000000000000017800c72bb4d11364e7b76c524c660bd4aabc398c797aaed834 108 0.10/1.00 vMB 103
214,482 214,482 000000000000035f92de8922976d05c8539a70aedcb9cf2c9248f3a330476a70 143 0.05/1.00 vMB 63
214,481 214,481 0000000000000250dbf29d9f67a3c52f993d6c67b1a52ee8a88b80ab66075901 438 0.25/1.00 vMB 161
214,480 214,480 00000000000001a5ce2eee49d018aa321f23e33aceb533c618b68bf1a70c7480 105 0.05/1.00 vMB 157
214,479 214,479 00000000000001fb7b62560f4378b42a666edbc277e13d67056a00929bde974d 375 0.44/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.