Loading Tool

Explorer IconExplorer

Memory Pool

83,097 transactions
30.85 vMB
0.09003377 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt d8c212c3ad660fb5e810e2ce62eb943574b8e2ca0e669d552950745e6a4430ad
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 79f4caf26a4aaecc20991697b5b78dcd218c2dccf1111861b627f93dbec95f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02368778 BTC
Feerates: 366.60 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (86,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,499 828,499 00000000000000000001548fe7f50787300e161a34f46ec70e6dfa40665c33a1 1,877 1.00/1.00 vMB 31
828,498 828,498 0000000000000000000107535afc13e9414ccafa97f0347f6b875e99251a2a85 2,027 1.00/1.00 vMB 42
828,497 828,497 00000000000000000003fda70f28788310b4c1680c2c12d415986857ef95b9f5 1,680 1.00/1.00 vMB 27
828,496 828,496 00000000000000000000af545608d6d820d24ec302bd114e19c25fc024c54f83 1,880 1.00/1.00 vMB 31
828,495 828,495 0000000000000000000376dec9ed3c5f632dfd49d604f51ab1870aa4e3402e18 2,242 1.00/1.00 vMB 39
828,494 828,494 00000000000000000003b78a0cfc9194a34ab6704db56d6eeefcaff6ce2081dc 1,500 1.00/1.00 vMB 39
828,493 828,493 00000000000000000000c14beb120497de7c85bb60e293cd3128cb9802698fbe 2,045 1.00/1.00 vMB 53
828,492 828,492 00000000000000000002ee1621a305f2812a8b86cc15e9dddb6fb946565a3375 4,679 1.00/1.00 vMB 24
828,491 828,491 00000000000000000003fea6fd84db586f65d2b92c5abe51149ba7ebff2b90a6 2,074 1.00/1.00 vMB 36
828,490 828,490 000000000000000000029709ceb099f1b1a39e80f0ea6321280472d3f1b143f1 6,146 1.00/1.00 vMB 25
828,489 828,489 000000000000000000026e15639d017ad420acd45b504b8629670d5b4a7c996a 2,420 1.00/1.00 vMB 32
828,488 828,488 00000000000000000003a75d7a51884b33b49713195007f07dc2f25a46c35b66 1,554 1.00/1.00 vMB 29
828,487 828,487 00000000000000000002871a8f6e262c954e0204d077df773f46e06f5ad34862 2,801 1.00/1.00 vMB 43
828,486 828,486 000000000000000000005ab20ff7bd80564e950689168951fa3c681201a1dd62 2,629 1.00/1.00 vMB 41
828,485 828,485 00000000000000000001230537c3276ccf6fb3740309b2c0b3a706a7318dca8e 3,833 1.00/1.00 vMB 29
828,484 828,484 00000000000000000000cf4ee0a8a64f86746951562ccce87c75ff5f19f3490f 2,750 1.00/1.00 vMB 25
828,483 828,483 0000000000000000000223c398f41210661affa280cae5c61be4b1f5bc57536c 2,036 1.00/1.00 vMB 31
828,482 828,482 000000000000000000037592f2a308c00cdf955b08528c51cc946bd3c08e57d0 2,304 1.00/1.00 vMB 29
828,481 828,481 00000000000000000002248a2d28d8eb2a04f588d8866305ad50b13fe3ada41e 2,895 1.00/1.00 vMB 37
828,480 828,480 00000000000000000003e489494fe8cca38b9357763d53e1cd104e6aee6c1a0d 3,026 1.00/1.00 vMB 34
828,479 828,479 00000000000000000002f2c8fe27e953c3d1fbc09ea7aed3a1ea6a71781c4745 2,786 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.