Memory Pool Memory Pool Refreshing

5,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,635 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (630,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,496 277,496 00000000000000005d6bf1ad82c2a4d38eac56a1591edb3d81ed8a2bf65ff190 0.16 MB 54 11
277,495 277,495 0000000000000000a10ce43dced92a75d6a7068b188c8655b4b7f02e28779fa5 0.25 MB 283 38
277,494 277,494 000000000000000256382619a356561bb4c5204ad142aec0bd812c726919b8bd 0.50 MB 1,045 36
277,493 277,493 00000000000000027aee50e42bd9964de02ac51de0dd953d24a4068b6c70070c 0.25 MB 729 92
277,492 277,492 00000000000000033d2022faf448de9f934580ec5fe61a5b73987f51876e225a 0.35 MB 740 43
277,491 277,491 000000000000000060a8921ddd6370cfff63020fe5eef14fb3bdd418cfa70cc6 0.03 MB 57 81
277,490 277,490 0000000000000002dcef87ba12658c2ae1967f98d90c4359a1ca5ac2d5e86dab 0.02 MB 47 56
277,489 277,489 00000000000000031760d88981060dbf89c7e43c6738fcaeef7f383822066c81 0.18 MB 196 23
277,488 277,488 0000000000000000f143b91e726500ece6460841bb32461f1ecac72f54c76247 0.18 MB 336 36
277,487 277,487 00000000000000015ea2e2690b918ae283de85d0173f39dce3a414ea87cedb83 0.05 MB 47 13
277,486 277,486 00000000000000013a00d6c3d4624223355486629ddb0a3dbd0b261ba0c893d2 0.09 MB 154 29
277,485 277,485 000000000000000107e5bec5ae059b35ba2301a7be1fb27a39ceb8ffc0fc1879 0.15 MB 286 39
277,484 277,484 0000000000000001a919eb39e52c98d8dbc238d17c3e9e7fdb5fbcaaebeb11b0 0.25 MB 137 18
277,483 277,483 000000000000000391616db5e9f13d24415ff4d3773caf7d95b2853f7d67d0d5 0.15 MB 194 20
277,482 277,482 0000000000000000bf401cb07ca6bd1b94662f4e3ce8b31acd4501ace66978b5 0.14 MB 251 32
277,481 277,481 0000000000000000eaa5be8d33610f22f3c264b152c9ef22838a4d3576b1f062 0.15 MB 299 45
277,480 277,480 0000000000000000fee54c668329591cfccb14e4021afe5490743ad99613d954 0.09 MB 128 26
277,479 277,479 0000000000000001146d7c1274987d011634e524cecad9161ef39490dc85904e 0.03 MB 30 12
277,478 277,478 00000000000000019559256f00cbebdaead189ab90a34e9a097b09839f9781bc 0.29 MB 453 61
277,477 277,477 0000000000000002c744ebae1069ef7f1c3835175dcb25f874a603972968294f 0.22 MB 480 56
277,476 277,476 0000000000000000151c6369709b31ae6d74a568298cfbdcc7222e06eab5420b 0.03 MB 28 17
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.79 GB sent, 93.57 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.