Loading Tool

Explorer IconExplorer

Memory Pool

44,331 transactions
26.85 vMB
0.07003732 BTC
Random Selection Loading Transactions
Max Size: 141.25/200 MB

Candidate Block

Mining Attempt 2b0fd10a58f42df643d0e7c0ba4ace3e109ee0b8c1b61406629d86c1bbb3ceea
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 951bc8d69095cf1654a92e1a892cbf66ddff59befb3f069382ee795b43397fdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.02007352 BTC
Feerates: 96.15 > 2.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (72,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,371 842,371 000000000000000000027ca3f76b21409b8542f40925511dcefce4f4dc62e9d5 5,527 1.00/1.00 vMB 157
842,370 842,370 00000000000000000000b6b93da3cbaccccb5205ff67180eb98d20db080e2109 4,227 1.00/1.00 vMB 38
842,369 842,369 00000000000000000001d41fbf73c7d3aab07f5aa9659bdad853fdc9670c7b7d 3,117 1.00/1.00 vMB 33
842,368 842,368 00000000000000000001ecdcaf5249774af129a37a11b2428f5bfd27ebd0c98a 2,674 1.00/1.00 vMB 55
842,367 842,367 0000000000000000000167e54bf8faeb52abcf7f89e8189aebaef58623fe21dd 3,207 1.00/1.00 vMB 29
842,366 842,366 000000000000000000020b762c1412028c2941d75001ffbdcaa5eb1142d193e2 2,606 1.00/1.00 vMB 35
842,365 842,365 000000000000000000017f5d242b51a7e42c3b581fcfdbed8544841d993b4d40 2,215 1.00/1.00 vMB 23
842,364 842,364 0000000000000000000297da976f7cce13711c09230332a7ccd58525f30450b6 3,002 1.00/1.00 vMB 29
842,363 842,363 00000000000000000002e5ee7607e8e06ba9f2ad4f5f204da4587f9e8245c409 4,037 1.00/1.00 vMB 32
842,362 842,362 00000000000000000001eacbf0521efd510a65bcf3e63f2913333c663249931c 3,758 1.00/1.00 vMB 41
842,361 842,361 0000000000000000000307d2ea57e8630b2c303ca5c867bc82a141ebbd5c0c47 3,912 1.00/1.00 vMB 55
842,360 842,360 00000000000000000003039026b113696e3ce34219de24fde50425362ab14df8 3,983 1.00/1.00 vMB 43
842,359 842,359 00000000000000000001ffcd787b9255cd208fe8bc693544aff2980c95c6e78c 3,210 1.00/1.00 vMB 25
842,358 842,358 00000000000000000001d0b45fb0ffe38dedd691213927ea5615f9c98a5fd56d 3,657 1.00/1.00 vMB 36
842,357 842,357 00000000000000000000b3477282a94d5dbbcc54b953ff2d09d772bdd845e534 3,529 1.00/1.00 vMB 31
842,356 842,356 00000000000000000000395d1660de7d9581dba367bf70e3ff7613bdd8a581b9 4,112 1.00/1.00 vMB 30
842,355 842,355 00000000000000000002f89830c25442172115cbd7e078eeb2baa153a9bdeed6 2,947 1.00/1.00 vMB 38
842,354 842,354 0000000000000000000179df38e4b3dcded20219996663c418dfb714e180c107 4,538 1.00/1.00 vMB 31
842,353 842,353 000000000000000000023f545a01098f93cc961ca1b04a3d9f33e0a1c5a799c7 2,729 1.00/1.00 vMB 43
842,352 842,352 0000000000000000000095518065f2d1c60b058a1b9c7b937282bd69c1a0a5a2 1,086 1.00/1.00 vMB 52
842,351 842,351 0000000000000000000325607d0bc38c1e02f68a9c7355246c275a6ae106f40c 2,283 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.