Memory Pool Memory Pool Refreshing

11,297 transactions (3.09 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,468 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (832,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,351 76,351 00000000001300904e5e4065f8b08e6fbb1545e37d142bcb2238faec5198dc9f 0.00 MB 1 0
76,350 76,350 0000000000559800931ac077c0c60cc30b0dda1c38996f781def287cd04668eb 0.00 MB 3 0
76,349 76,349 000000000040d1e93591609f5fac08428eb66a6120ff2997de0c23e35f8b7b2e 0.00 MB 4 0
76,348 76,348 000000000062a92970ebcebf7e8d8d2ef08fe01184c45e29d3c281c4cf73ebb3 0.00 MB 1 0
76,347 76,347 00000000000b1cb70935e176bf7107e408b15a528bf1682df25e78e5badfd623 0.00 MB 1 0
76,346 76,346 00000000002e466c28f1889bf4b8f8dbd8f80b6e79513fce22e579cb565498d7 0.00 MB 1 0
76,345 76,345 00000000000b60808cb00ffef71f12d2a8de3c10d9b2df89551dc42b2e4bfcc9 0.00 MB 7 0
76,344 76,344 00000000002a8ccc790d32c427b7edd45a72dc5eb50aae23641e4266e2780a0a 0.00 MB 1 0
76,343 76,343 00000000002deec5f572fcfd31b2e1ca454f2f430bf2dd585b3ba867ea3c1658 0.00 MB 3 0
76,342 76,342 000000000066a53f9cec77391413d319520f1bcc395bc97d61f218b4b86138a6 0.00 MB 1 0
76,341 76,341 000000000069189fc80ca92dfb85bc4ca0ad6a6254f883e24d1995708edbd9ff 0.00 MB 1 0
76,340 76,340 000000000061c59cb02d2bad90de235e070eeba3553aa86bf76422d80e3974ea 0.00 MB 4 0
76,339 76,339 00000000000976d12a7bd9e3dc8070542721530091c9bffa2bc2929774d594e8 0.00 MB 1 0
76,338 76,338 000000000041844698fd4d13abd2bca5ee54858b906f1bfc898c9c3bfabc9a14 0.00 MB 1 0
76,337 76,337 00000000002521822f8bca92b6bf1088dc4bc861656693fabf501ba7915c4e31 0.00 MB 1 0
76,336 76,336 0000000000020ce1e9cf548b29266ee54eedaa259d5ac11ddddeeb6d83e2042a 0.00 MB 2 0
76,335 76,335 0000000000622ddf8d7a4f955e91d42d18dfff0fae9bdd89decc378591ef639a 0.00 MB 1 0
76,334 76,334 00000000002ac6d7e20e8cd0b3cf590dd3ace60d5b0f26716ab8c81712af34f2 0.00 MB 2 0
76,333 76,333 00000000005f247e947fc324d08735466d7fd82aa93a0988b53d5a22038be13f 0.00 MB 1 0
76,332 76,332 000000000067f929e65ca90a6f7351527a133aa58a387721da9d00f86d0046e2 0.00 MB 2 0
76,331 76,331 00000000003fdbfff22ac062922bd89ae7dc790fc903b6090de22ad81d80a55d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,896.73 GB sent, 105.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.