Memory Pool Memory Pool Refreshing

5,761 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,957 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (807,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,387 100,387 00000000000353ff03627decefd273687a3ee653932554532fc3dc53d58e73d3 0.00 MB 1 0
100,386 100,386 000000000003ad16623fd8b49d8383669fb8c3e67be71b532d481a4653447ed3 0.00 MB 2 0
100,385 100,385 0000000000033ef05becfb6c4c9b5c780c3d6149658d87cba63a2a3de791655f 0.00 MB 2 0
100,384 100,384 0000000000041966d7aa2756b3d4f7b6e174f07f4f34db4379a7af0f2e8d2ad2 0.00 MB 2 0
100,383 100,383 0000000000001849f048404699c5bcac20513c764708f49a99060d35f55b8935 0.00 MB 3 0
100,382 100,382 000000000001dbd0237ae9bea901681cb2c04735e4a862e7685d3a9240aaf1ad 0.00 MB 1 0
100,381 100,381 000000000002916ce6668ac5dda0ec4506b9ae299350a85757a9905d774334d2 0.00 MB 1 0
100,380 100,380 00000000000148666efbba6e0fa9685717981777b95b1ed2c856271ba6fa2652 0.00 MB 1 0
100,379 100,379 0000000000011da573d9ad32332b61992550601d1f4e9fea2f221d06e9e9ef26 0.00 MB 2 0
100,378 100,378 000000000001774ae59d9a990b93d7fca927cf24501f0e53ca1a293fc2daf5b6 0.00 MB 1 0
100,377 100,377 000000000001a6d1544d3770b532ca9d02c4a1739d57c67b263d982551c6ebfe 0.00 MB 1 0
100,376 100,376 0000000000043b091faecf3ced1c4c8ae4625737ff6d466a2615c53eaec55b0a 0.00 MB 1 0
100,375 100,375 000000000001e82d9520fd39a88b78b8fe911b3c0bbe570c7ce0a9411719e9af 0.00 MB 4 0
100,374 100,374 00000000000017f9ff7c330987fb36c0ecc746b08b70695360534641bc90047c 0.00 MB 1 0
100,373 100,373 0000000000030aa8581c1b81457e54e5eabd2a3e851acbe68afb59503cd083d8 0.00 MB 1 0
100,372 100,372 000000000001ce0e8c2e51011c8d6f031faa45f7d2ea8dc543a665a0bca24752 0.00 MB 4 0
100,371 100,371 000000000000204d3248755aab5c4ce04da369b0e064074e140c22e3e111da72 0.00 MB 9 0
100,370 100,370 000000000000658bf1c921346262bf931bcddfd5a5865c8abac6c449e71865bd 0.00 MB 6 0
100,369 100,369 000000000002d173a70a5760faca9f629f2d7a97a835edb2a1c7c772fe379d8d 0.00 MB 2 0
100,368 100,368 00000000000268f229342a563a61fed298c95efe06f412f741315de5212633ce 0.00 MB 2 0
100,367 100,367 000000000000c28583613918f97e83a289e08f0bf53b5ee127122c04aa847e5a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.