Memory Pool Memory Pool Refreshing

1,075 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (861,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,578 46,578 000000000042b0cf5696fefda63ac0ceef0d35a9fc5a48179f9f31e5d9be8c64 0.00 MB 1 0
46,577 46,577 000000000d4e523b370db49ee18b696c515d60d82dd8d8cb9bafa7beb753ea29 0.00 MB 1 0
46,576 46,576 000000001ebb9e7ad257106c1575a07fac5b8c6a8b19660d23f3b8c47cf26680 0.00 MB 1 0
46,575 46,575 0000000033f74c1be0d6e1aa386a6cc0cd94dd01c36f8a1f6c5d1d7a6a5ac8da 0.00 MB 1 0
46,574 46,574 0000000035dc64415e9554583ee8cb1460c2301d548534a48b4e937c17bca166 0.00 MB 1 0
46,573 46,573 000000000398623cc5c59fe2f770c2b6a5ae2dcddadd57b7f86d86ff0ef946e4 0.00 MB 1 0
46,572 46,572 000000001ff1686a8e2dd24934d5b2668ea404f42b03a6c1ed4c27087b680b8f 0.00 MB 1 0
46,571 46,571 0000000012be9a0ecdc80415c8c8d5a20ab686c3bba8ffed89e5c3130ae74b6b 0.00 MB 1 0
46,570 46,570 00000000211594269031b3ff95c37e51b90f5a9907fb08809b7b0bee650722fe 0.00 MB 1 0
46,569 46,569 0000000036ce79f246ef3bfa23b755ed779b102712282936aa15fb2d21efbd0f 0.00 MB 2 0
46,568 46,568 000000002e92596774263c3e1cc475df5eeae1a5a1a33dc475e45d279b83916c 0.00 MB 1 0
46,567 46,567 000000000f66313beb058c782cfafcf734eefb1f016da202574f37a5b98e6983 0.00 MB 1 0
46,566 46,566 00000000294b3b247733473bbac89a6fe1cec45f4446cf012d37f0a8d61d1f61 0.00 MB 1 0
46,565 46,565 000000001d9fe0ba0c9a050e1d3f581185aa440464c19630d17093d9ec464303 0.00 MB 1 0
46,564 46,564 000000000193e3812ad024a5d9db074087a49d69eb03a997366251fb48875cd7 0.00 MB 1 0
46,563 46,563 000000002286be4361afde8f15ec864e2254df2ab0fc63fe080b4a9b0f83a152 0.00 MB 1 0
46,562 46,562 000000002578c1cf016623793cf9c3dd37d627decd8890868ed4093e77875997 0.00 MB 1 0
46,561 46,561 00000000117f8c235e4afbb0a97938f0063dcff1449460a302cd054779504ec1 0.00 MB 1 0
46,560 46,560 00000000273604e3a5160ab19caaf3aab59d1577285338a2fca6cffc25a15416 0.00 MB 1 0
46,559 46,559 0000000017bdbfab13a4005c3033e0b1b5a7402fc9ade9854aacea7d1b8d194a 0.00 MB 3 0
46,558 46,558 000000001a910fc1d6b6cc1f13eb79c25911d8778f774313a68f2e2ffe206c2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

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