Memory Pool Memory Pool Refreshing

995 transactions (0.28 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,091 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 976 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,090 (832,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,357 76,357 000000000072a771922e99d2466c66520d2d6c7f0072955cc963ff20f7e5efc3 0.00 MB 2 0
76,356 76,356 00000000002e5cfd28337a1fadf2033d342ecf65b0fb3d1a029d769bee4d4746 0.00 MB 3 0
76,355 76,355 00000000007a8bd24b4e1f634433515da01bf529207afd7a2125f21c7bd7ddc0 0.00 MB 2 0
76,354 76,354 00000000005d686866360d13b9940763ac449b8450a9f8d3b793eac5993c0219 0.00 MB 1 0
76,353 76,353 00000000000456c06c602c68280a564e85ef8c37c08c107c803e3ace8bd0f37b 0.00 MB 1 0
76,352 76,352 00000000004e0b322a374f0b81d2c4223bfac6b2ac4fe44193e955fffcd36704 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.72 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,909.96 GB sent, 106.11 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.