Memory Pool Memory Pool Refreshing

1,740 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (421,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,368 486,368 000000000000000000cd7da0cdfc24caf98734e30e99ca0fb09b7bdc025ee863 1.01 MB 2,170 210
486,367 486,367 0000000000000000001c7e4a28c7ec6b41f143fd04abfc142e8d24e0eb6e8d61 0.93 MB 2,029 80
486,366 486,366 0000000000000000008d92975d9286bf337f9b1bd391bc5aabaf6bd3df22d19c 1.01 MB 2,113 127
486,365 486,365 00000000000000000023f05fdc247cce37f13c0d61e11bcd3b16202a90a91369 0.37 MB 842 131
486,364 486,364 000000000000000000fad15c88c20a00a3e14baa78ced075537952e6f41ac97e 0.16 MB 333 124
486,363 486,363 000000000000000000db2ebb95d8f4647a9b22229e6812d1c22ed16438dad9b4 0.85 MB 2,075 70
486,362 486,362 00000000000000000034ff821ad3ca5fc0cfcb9ed3d9122eeb380a4c7fe64a0f 1.00 MB 2,045 133
486,361 486,361 0000000000000000007a08aa13c685a4d68f9b4e8d9144c0448fb527603cce71 0.64 MB 1,222 136
486,360 486,360 0000000000000000001b9dee6e2838ddd0e70fdd8008378177b6225ceb9ace02 0.97 MB 1,709 28
486,359 486,359 0000000000000000000a50ea0d1e3774fd4ad53f63d1694c8a4d75c51954dbef 1.05 MB 2,355 63
486,358 486,358 000000000000000000799006cdbd1a90b26cb8c9693276ea1e95678586cb80b2 1.02 MB 2,695 142
486,357 486,357 000000000000000000236e87ba38625b97ac2b67cc1093dcd467fd74ddce3494 1.00 MB 2,527 183
486,356 486,356 0000000000000000004254497e93d5469fad15c3c5bd5824ef1133d05c0cab7f 0.22 MB 585 61
486,355 486,355 00000000000000000083ee0948ef07fe0620d68e1d91f5d2bac9e52928daef8c 1.02 MB 2,456 57
486,354 486,354 0000000000000000008315944032d61c12297c69cb6003d5d8cb890394bb43a4 1.03 MB 2,223 105
486,353 486,353 000000000000000000f5080594f9540b5f9fa3d66dbea85dc6f672caa2f47d02 1.01 MB 2,045 162
486,352 486,352 000000000000000000fc8b3b468a6d650051cca4d04859e56a2c198165a9a433 0.77 MB 1,759 105
486,351 486,351 00000000000000000019b36b2fe98bd34e556f6a03f4b522684b13944e2dc16e 0.28 MB 697 103
486,350 486,350 0000000000000000009422d9a2e316e8edeb9078c000b90d29a2261ec357d910 0.26 MB 677 133
486,349 486,349 000000000000000000015a85c96560123b19fa69ffb8b31535bf1114b8103b4a 0.31 MB 578 165
486,348 486,348 0000000000000000003ccd3b350969b2b98f8cc3447701d803a2356fb956fd9d 0.54 MB 1,537 101
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.