Loading Tool

Explorer IconExplorer

Memory Pool

50,569 transactions
28.39 vMB
0.06701788 BTC
Random Selection Loading Transactions
Max Size: 152.66/200 MB

Candidate Block

Mining Attempt 2ccea7d94f17edb684660c31bbc50e3e1dbc4e3d1a1eb9281e65350ca065a30b
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 35551484d7f89f7c728d8a88e1727994d0c5e4211a370a794aedcdaea2fe5dd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.01254163 BTC
Feerates: 100.23 > 1.26 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (405,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,379 509,379 000000000000000000135d3f445a6f15846aa4731acb401516373791c953ae20 940 1.00/1.00 vMB 30
509,378 509,378 00000000000000000059c7216b0178cad5f7b785959e8d55b8c3e77a2772689a 2,550 1.00/1.00 vMB 29
509,377 509,377 0000000000000000001487459fda41135323579baff9ac0ff0d5f87fc50cbb17 1,594 0.90/1.00 vMB 58
509,376 509,376 0000000000000000001fb4d72ca889fae4a41acb4254a7fdbd60cd45ed993dbe 2,634 0.98/1.00 vMB 109
509,375 509,375 000000000000000000336c3fb94e5caec1d57591ae08c7afe28043a5d236212b 115 0.03/1.00 vMB 125
509,374 509,374 000000000000000000222864fe44df9a1c7b5dbc71b35ae9aa173697900a8713 931 1.00/1.00 vMB 21
509,373 509,373 0000000000000000004efbc59f7e611b0ee53203697d59853d7494328dc6df2d 547 1.00/1.00 vMB 14
509,372 509,372 000000000000000000069bbb56c1dc835706484d3b839cfbce32033e6a5f816b 521 1.00/1.00 vMB 15
509,371 509,371 0000000000000000001cdb49423af6f89a96480a2d10309c0cb940bad0f5bfbe 764 1.00/1.00 vMB 8
509,370 509,370 00000000000000000007cb21f2d40a41f0341de8fd263647c45dd650ac49a201 2,461 1.00/1.00 vMB 72
509,369 509,369 00000000000000000016d4d27a3686825e8977cb9a1afe6731db5bbc5fe4f55b 745 0.38/1.00 vMB 77
509,368 509,368 0000000000000000000066d19f01f377ffa60380c0797cfc5a41ecf80c902d53 1,579 1.00/1.00 vMB 40
509,367 509,367 00000000000000000003b182a8b4714ba63585a74dca255cf0f127b6d7dd074c 1,795 1.00/1.00 vMB 53
509,366 509,366 0000000000000000005dcd28566aa6ae87c2a4db319fdb59134cd743763bfb25 1,809 1.00/1.00 vMB 53
509,365 509,365 0000000000000000003d93603a940deaceb0a1371aa4529ea885bc2ce722562d 443 1.00/1.00 vMB 12
509,364 509,364 00000000000000000061ca000874a838b22b2502f16e1977c3d5e58e4ad8839a 346 1.00/1.00 vMB 17
509,363 509,363 000000000000000000023ee814b178606a81a1ac8e33bda2d8f4ce0b0dbdf136 101 1.00/1.00 vMB 3
509,362 509,362 0000000000000000004c7d5ab54b836d52cdfb833a64caa3f12f952c49d4a3a0 443 1.00/1.00 vMB 15
509,361 509,361 000000000000000000472bcf2e74c94850ace3cd6e8dd100fc26d2f0b65eab5f 2,170 1.00/1.00 vMB 86
509,360 509,360 0000000000000000005cf39a25a0d23f9bdacbd6fac7b9ea229e0556738c1ef6 175 1.00/1.00 vMB 5
509,359 509,359 0000000000000000002efefb45eecd0cbf73f3c1cc75e7c00f4817dd9231a936 273 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.02 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: 649.92 GB
    • Received: 13.23 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.