Memory Pool Memory Pool Refreshing

1,173 transactions
0.46 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
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (428,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
479,567 479,567 000000000000000000eada02c01b592d4581fac647256e1ffbe0e16c82c80dd1 1.00 MB 2,621 170
479,566 479,566 000000000000000000e64fdb55495ae635af9c909b0d9b6461aa6f08645399ad 1.00 MB 2,456 180
479,565 479,565 000000000000000000492f9feda10b4de65f4b90ef33910712c82df11ef8665e 1.00 MB 1,879 63
479,564 479,564 000000000000000000d34705eb76f4e962a21745e2b2b4654aca7662ef50f80a 1.00 MB 1,889 90
479,563 479,563 000000000000000000c346487715802f49cc7b8d8a029ad97b7f681d0e30a083 0.75 MB 1,453 120
479,562 479,562 0000000000000000005d6d8e9b4ea1d4909b9fb64440134ae89a7151cd1be21f 1.00 MB 1,515 135
479,561 479,561 0000000000000000005e4766e2687c555aabebd2d222608b28ae05aa3dde2350 1.00 MB 2,343 163
479,560 479,560 0000000000000000010164c9ac9eb0f026c174893d133824c4f9e4962d5fe417 1.00 MB 1,811 123
479,559 479,559 000000000000000000c902e0a0a40d2561ee41983462847781463623be3ddc2e 1.00 MB 2,012 127
479,558 479,558 000000000000000000469de763da0dc32190ba5700c8e89cfa42c4c696fa363d 1.00 MB 1,852 103
479,557 479,557 00000000000000000038f39521ad6655adb14dbeecc6a19a07ba79061d02d042 1.00 MB 2,550 192
479,556 479,556 000000000000000000b0f02e1dcb7eb14cc52dcd04ea3cfdf5a09f3205923459 1.00 MB 2,438 162
479,555 479,555 000000000000000001290de19ae220d8bc7aa978dd69b8a72197406b10b1b141 1.00 MB 1,676 57
479,554 479,554 000000000000000000cba10d3f656fe4bada3be8567dffd39f7cec4c5315727d 1.00 MB 2,624 65
479,553 479,553 0000000000000000000429d39ff0af07e5e79fba3f960c38de098918c89e282b 1.00 MB 2,066 95
479,552 479,552 000000000000000000697c75993167ef972535ffe7b00629014d1fd1887352b4 1.00 MB 1,592 110
479,551 479,551 0000000000000000003eeb3e415d8b1f0abe4b66ef9e1ad1e0c27354be72c081 1.00 MB 1,909 94
479,550 479,550 0000000000000000002a3ad1a6e67ef4720096de2d4e1ffdf6ca639da281d30f 0.75 MB 1,713 112
479,549 479,549 000000000000000001142e3623159ba1e42ec1a7d99ddcdedfb36ce5490506ca 1.00 MB 1,751 109
479,548 479,548 00000000000000000022409718eb418600466d401e5fd55b433ee1b789d5f32e 1.00 MB 2,089 125
479,547 479,547 000000000000000000ee2f4d62dac19b928d69592ad42def585726ba10d9b787 1.00 MB 2,157 129
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.