Loading Tool

Explorer IconExplorer

Memory Pool

73,993 transactions
28.85 vMB
0.07353921 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt d33a7d27a989a62631fe04e195f95478097c0dbbba3a0adb839612619257ef50
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 20ac72e8ef8329bde618fdc7e002efa82049c0ddaba2b1b185f595fa6cf19b73
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.00975143 BTC
Feerates: 100.26 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (405,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,488 509,488 0000000000000000003fd3d2a5deda1a1f194def620c05b85caa0b90be075471 2,011 1.00/1.00 vMB 58
509,487 509,487 00000000000000000047b24866c4be693d6913c29e3d7297c8072e44e3ebedde 1,462 1.00/1.00 vMB 47
509,486 509,486 0000000000000000000e32cb814ba7d1603c71c03cb77e78daa2c1bf57441106 2,217 1.00/1.00 vMB 58
509,485 509,485 0000000000000000002c39052ea48e952a16aa5d874109c6e719c5a52474b57e 1,753 1.00/1.00 vMB 47
509,484 509,484 00000000000000000047e6c1a112c7ead9c2150b24ca6ce9efbf7a0bb6947998 437 0.23/1.00 vMB 47
509,483 509,483 00000000000000000021f790fd0e949117bd3305f4d69acf7f17a0c0b0795443 1,786 1.00/1.00 vMB 47
509,482 509,482 00000000000000000003c09b9e370957c6b5e85ce9bad2c4e96d8d6eb24dde46 1,896 1.00/1.00 vMB 31
509,481 509,481 0000000000000000001c3615e30d75e143e0c1dbaea4303dd38341f230505264 1,221 0.58/1.00 vMB 115
509,480 509,480 0000000000000000000712ac8df9a38c5b9cbc91aeb01841acb3ee651ca943df 1,976 1.00/1.00 vMB 48
509,479 509,479 0000000000000000003ed5afa705229d89f9ff76b407325227e4aec55f9e9e81 1,069 1.00/1.00 vMB 36
509,478 509,478 0000000000000000001e6eca9ae8e468a12d1f195cb35fed421d9141735bc3d2 682 1.00/1.00 vMB 19
509,477 509,477 00000000000000000022421719d60ed5d1597bb856f7ac1fb89f2741f0017b34 558 1.00/1.00 vMB 15
509,476 509,476 0000000000000000000d6408b41b39b226cc45efb23b51d1180617a80ed825f2 1,071 1.00/1.00 vMB 30
509,475 509,475 00000000000000000035fc6334630091c9b58acd624556cb4b4a5e94af908fd4 2,215 1.00/1.00 vMB 60
509,474 509,474 0000000000000000005b95065bc47256f0710532d2041c0729cd65f9019a5bf1 1,744 1.00/1.00 vMB 25
509,473 509,473 000000000000000000583bb39b0ac0174e694b2f85dd3a67469cd477095abac7 2,248 1.00/1.00 vMB 25
509,472 509,472 0000000000000000003259591b8796d843d6ce726be36271363bc17abb2cdaf6 2,591 1.00/1.00 vMB 120
509,471 509,471 000000000000000000055fe1aa66f9745ae5b2a3bd82bd652e4b8f40f189e5b6 1,066 1.00/1.00 vMB 27
509,470 509,470 000000000000000000334fcb4189fc533d3eec6e0fe83a988b0c4bfa131fdb11 2,524 1.00/1.00 vMB 75
509,469 509,469 00000000000000000046a113155308782c3adbee726911e864e89685a610e8c4 945 1.00/1.00 vMB 25
509,468 509,468 00000000000000000040678da0feb3e0fad12b755d91d5c1de749e804f32cfbb 1,308 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.15 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: 743.23 GB
    • Received: 18.69 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.