Memory Pool Memory Pool Refreshing

7,348 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (603,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,360 304,360 00000000000000000a3b82dcb3a4767c27a0060b1c88f287413617a8d911eb1a 0.27 MB 612 33
304,359 304,359 0000000000000000234074af41cf6327eb154addacc6968c9b429b1c646e8c48 0.02 MB 33 14
304,358 304,358 0000000000000000047c6110f4a050541ed844d8c2277a0260e61fcfa9070487 0.06 MB 109 19
304,357 304,357 000000000000000027871d485ff1a8f8c281478c4f9d94ab17cf09b034bc08c6 0.04 MB 111 33
304,356 304,356 0000000000000000310ca0872e4bdc3ac758fc1d064c81a8dfdf082dbe021763 0.28 MB 505 31
304,355 304,355 00000000000000002854a42e300f707fe9660277fdcb459be265bd7c163b063f 0.40 MB 517 24
304,354 304,354 00000000000000001421004e06d22eed8e11135324a8e212e6a462920ce36631 0.35 MB 793 60
304,353 304,353 00000000000000004b28dc4c6796f2450efa9eff13e241f76873da2fb9256f35 0.35 MB 700 36
304,352 304,352 000000000000000007d19be05f2d5859723875fddf467482bce7d5be97e246cf 0.04 MB 102 30
304,351 304,351 00000000000000000c49ebcbb4beefde8a30da14ce5f22d7b10b7b716d361d3f 0.23 MB 138 13
304,350 304,350 000000000000000030ca0f6c943e3e9025777847cdfa581e1e177fe4a4476516 0.35 MB 647 55
304,349 304,349 0000000000000000211d088916b7e9b5fa11c0e3df753f7e130ab02a98d13a64 0.35 MB 1,112 50
304,348 304,348 000000000000000056061c6092f9b32609766be5a82d9e1f6e4ecfe1b6650446 0.08 MB 57 10
304,347 304,347 00000000000000005525477f9d494d738b0769a0c742217731d17ebf4859596c 0.22 MB 433 50
304,346 304,346 0000000000000000188a920d89ebc36020c5f020ef828227ea2703c2be54c04d 0.54 MB 954 29
304,345 304,345 0000000000000000004cb1c957cb222381f13848965ba2797c583e9f34521a8c 0.05 MB 92 3
304,344 304,344 0000000000000000197cf383cdc94bd2507a23728be1525df2461b1a5500e76b 0.19 MB 275 30
304,343 304,343 0000000000000000216b725e8e07f1e68e6632917296c77fd585fcd8ab808f11 0.30 MB 502 27
304,342 304,342 00000000000000003579d7e59d29c2f7f55f1e5e599d330f33d8e94a81b8bd02 0.09 MB 123 8
304,341 304,341 00000000000000001d084d730a9a3713c5eecc9e5309d6ca5bf59f4fe9d8b539 0.29 MB 525 28
304,340 304,340 00000000000000004e2435b44df7c7ff441a4c894cb4c756eb35f32f554ad222 0.09 MB 113 23
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.