Loading Tool

Explorer IconExplorer

Memory Pool

79,132 transactions
29.29 vMB
0.09850570 BTC
Random Selection Loading Transactions
Max Size: 176.96/200 MB

Candidate Block

Mining Attempt 5311844091f67db19d811670f7723553f7d3024b9ddfb0bcf3f6a4914e1769c0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root f1c53443999b2f4ee032beef0adff19e388d9258a098ece548793d60f74f94a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.03660111 BTC
Feerates: 477.45 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (247,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,473 667,473 000000000000000000047ca9b7f5327c0fc9cde4a06e25d89fd43b623125d37b 2,302 1.00/1.00 vMB 46
667,472 667,472 00000000000000000005e74b6d8eeb44dd5334dee82c7d7c1a4a4b86624d58a8 2,234 1.00/1.00 vMB 100
667,471 667,471 000000000000000000096999e1b9623582c3a5895dea267a292d8abf7a8f62ef 1,890 1.00/1.00 vMB 71
667,470 667,470 00000000000000000004398fa3c946a597dded2d0db0c9518318308aa2c89c71 1,945 1.00/1.00 vMB 90
667,469 667,469 0000000000000000000111ed75073be40fefb1300b8aeed25b7d9526dde358c0 3,083 1.00/1.00 vMB 104
667,468 667,468 000000000000000000088d62fe3bc336339335b8580e0ff66df721b2f62fe3ea 2,292 1.00/1.00 vMB 35
667,467 667,467 0000000000000000000c1c39340193b93054f3f31eaaf5715aaae85a2b88243a 2,512 1.00/1.00 vMB 25
667,466 667,466 0000000000000000000b0cdc6166a87bf90d09754e3a38533ea0c5d78e109843 2,063 1.00/1.00 vMB 76
667,465 667,465 0000000000000000000aed66e7ab40ae021bb5f414c5606053f749e76244b6df 2,140 1.00/1.00 vMB 62
667,464 667,464 000000000000000000004792bd0bda2968b83e01a68187ae4f95adf53fe0c405 2,216 1.00/1.00 vMB 19
667,463 667,463 00000000000000000005a4a5ada683704570b9b63dc8f7144d2419cc37f77892 2,533 1.00/1.00 vMB 10
667,462 667,462 00000000000000000005a4dfe749babdc8b89c63752d57c78857c03a3c6ba432 2,455 1.00/1.00 vMB 52
667,461 667,461 0000000000000000000cc4c2bb3f912b802eb7460e1e240eaeb1505d6713ec69 2,400 1.00/1.00 vMB 55
667,460 667,460 00000000000000000004912a021e2056990391b9c89e637754ee8ef22e4109b7 2,435 1.00/1.00 vMB 87
667,459 667,459 00000000000000000007409f7dc1ea842a7c1b1e486088159823aaf56e865d28 1,922 1.00/1.00 vMB 16
667,458 667,458 00000000000000000003d5334b0d29fe4995cd6ca51a59186ea63d315d78e4db 1,895 1.00/1.00 vMB 55
667,457 667,457 000000000000000000012fc9ffe031bb223efde169ee3d1cdf11dc3c5e8ac52b 2,124 1.00/1.00 vMB 55
667,456 667,456 00000000000000000007ae5daca933b571ea17742b4a75f87c07f6f252a88579 2,215 1.00/1.00 vMB 23
667,455 667,455 0000000000000000000858436709a010b7bea88d3bbe452aa588838cf8c97b51 2,146 1.00/1.00 vMB 45
667,454 667,454 00000000000000000001e7d33efb0ecf9b7ec39945ea2296abd8cec37fd6ae69 1,848 1.00/1.00 vMB 32
667,453 667,453 0000000000000000000470320360b23bbdb7a224452593cb32a211eebfd3f1fe 1,304 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.