Loading Tool

Explorer IconExplorer

Memory Pool

81,261 transactions
30.24 vMB
0.07436511 BTC
Random Selection Loading Transactions
Max Size: 185.69/200 MB

Candidate Block

Mining Attempt eb3a237a67648b6936113b23c29c7060d994bd6280e1bcfd4e768d7dd7057760
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root dbd991cecebdbbea4068dda225b74680cbcf5dcff778b3071435eafbd5eaa9b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,957
Size: 1.00 vMB
Total Fees: 0.00718384 BTC
Feerates: 100.00 > 0.72 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (570,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,396 344,396 000000000000000016038b3ec9076d16a824a4a6e4a6b944d80d3bd17ce915f3 949 0.64/1.00 vMB 24
344,395 344,395 00000000000000000e956d9ebdef88922d3cbb8df62822cc58719bce227b292a 1,153 0.66/1.00 vMB 23
344,394 344,394 00000000000000000546714de9f29dcea0c433269e74144ef5bfce7cff649f4b 1 0.00/1.00 vMB 0
344,393 344,393 0000000000000000078e762bc42ab4e489d5b3d2d30495b48459591d1cbc693a 1,191 0.59/1.00 vMB 26
344,392 344,392 0000000000000000024b751a039c639bf441cc4d336df51c1e307c8eb6a9ee8b 248 0.18/1.00 vMB 15
344,391 344,391 00000000000000000b4311d1f6a87afdc219ba509b6e12ef2c320a8d7fdf65fd 76 0.06/1.00 vMB 7
344,390 344,390 0000000000000000142bdd203365e9da00316363015161120e127d99ffb65983 659 0.53/1.00 vMB 15
344,389 344,389 000000000000000007ef22c951cc64504952ef3fa9090d6f11e74d83c66fee08 1,137 0.75/1.00 vMB 20
344,388 344,388 00000000000000000766a33c9c520866b2f00ef7c2f9d3ee02ea6e2a0ce6e22d 750 0.34/1.00 vMB 42
344,387 344,387 00000000000000001780c604aeb63b287b1e8c85f29e9156d31256f91322f2ec 387 0.30/1.00 vMB 16
344,386 344,386 0000000000000000163ec1d8c56b9d70e823d698caf1103e34f7dfc0d3c15f26 469 0.28/1.00 vMB 27
344,385 344,385 000000000000000000645e891728319a63b4be026cf98776234ad9fa7003e8f4 440 0.33/1.00 vMB 20
344,384 344,384 00000000000000000855b9da8d07e225c2cbf6ca6918247fe3d07a8d72f7ef00 658 0.42/1.00 vMB 20
344,383 344,383 000000000000000015cbd499e17b3daadb5d37d23d6d078cf888bee5c2df0d5c 629 0.35/1.00 vMB 24
344,382 344,382 00000000000000000e4a5fb7e2513e4380dc68a78e0a6734095038e6aeff809c 800 0.49/1.00 vMB 23
344,381 344,381 000000000000000005b1de28231f1e21bd49d40bb233d2470bd76d184fe98a96 127 0.06/1.00 vMB 27
344,380 344,380 0000000000000000166469abfd3a9463c66aa7d3e63c02d79517702433c25f8c 297 0.16/1.00 vMB 22
344,379 344,379 000000000000000002b757e0a58815124b2c4ae6e76ee3f9526dd17e6fdf32f4 358 0.18/1.00 vMB 32
344,378 344,378 000000000000000012bf660b13b68bfbb8773ccae5ece0aee178de21db1dd9ea 343 0.16/1.00 vMB 27
344,377 344,377 0000000000000000086a2ac5e2a7be9b6cde6697de00b9fd918d8eb04f12cc34 246 0.14/1.00 vMB 19
344,376 344,376 000000000000000011db1b41854348d8825cb6aaaafee5e7b7a045b6426f98f7 411 0.43/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.