Memory Pool Memory Pool Refreshing

2,577 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (788,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,949 119,949 000000000000247e5eb5a8b3a0a92d4e5ba9859822671b225745b1d7be14a302 0.00 MB 12 0
119,948 119,948 00000000000045db99aadbd433c327d2c842bf4d39482970891b98a6dfbbe442 0.00 MB 2 3,875
119,947 119,947 0000000000008c6773c0c4b4d6843a95e8c4ef9212e34aecbb28984da529c5e8 0.00 MB 9 650
119,946 119,946 00000000000059f899fe89dae774b714462bcf9065a634850cd6c9b5e1a846e0 0.01 MB 13 859
119,945 119,945 0000000000008efeabab5f4a087100fd195def4a83ddea6f0aa27978468b4a31 0.00 MB 11 0
119,944 119,944 000000000000427cb6baffc831a0393c85ed289720411fd227eb60ac24052ed5 0.01 MB 24 740
119,943 119,943 00000000000035e64eb55a56c7705129616f032dbed98bd0dd379f523d203d0f 0.00 MB 10 0
119,942 119,942 000000000000876cbb840d1d4dea238fe65fbfab89d30b3ccdc4403538de5ac8 0.00 MB 2 3,875
119,941 119,941 00000000000093e5e0231ebabd4d9d40bed975b2dad5ffe2dc00add80d4bbbb0 0.00 MB 11 645
119,940 119,940 0000000000004c4a2cd3e2d178ada62327933beca0fb697d2464547d0b8a9193 0.00 MB 9 872
119,939 119,939 000000000000aa2f0e6ed079185b0fe56ffb1571cdb1f7930a541d552fe23970 0.00 MB 1 0
119,938 119,938 0000000000000941cbfed93f840ac45b48c1510b8be1c63920550ce44bdc2a65 0.00 MB 7 0
119,937 119,937 0000000000008964d5ba9d1fb9f35624fa4d14ce9fa0be0174217f0d374a4953 0.01 MB 15 779
119,936 119,936 000000000000900ecece98f24f1aa1a7540647e461a822d3f7c3180c6580c480 0.00 MB 3 1,142
119,935 119,935 0000000000008ba8d6e6a2782222f5b13a119e95632ad8fbc49b6f3db1da3cf0 0.00 MB 11 447
119,934 119,934 00000000000024437057c43bb581335f3aacd51d091d9d402439dc9d8b53b256 0.01 MB 21 320
119,933 119,933 000000000000764ab4e9f86c0c63c874448ae48f92d5c75f6e8971dc187e9547 0.00 MB 12 969
119,932 119,932 000000000000350069931b9ac284464da623f9805a53bbfc3f0b0e50e3041288 0.00 MB 11 0
119,931 119,931 000000000000282a1168c0c4ac288efc0d9fc8462c65401568e3022f28d878a5 0.00 MB 14 246
119,930 119,930 00000000000052eff0a3bae4f0b811956b4573ca11b21a030649f619fbb2fdb6 0.00 MB 12 0
119,929 119,929 00000000000088bb6c91156d54c4b5a669401c7cd2dc7ef53c30f8263fd022eb 0.00 MB 3 3,883
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.