Memory Pool Memory Pool Refreshing

873 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
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 809 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (647,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,947 259,947 000000000000001f0216d845a76d0bffbcc1f73d1c1e27cad384923e73dd03b7 0.37 MB 799 106
259,946 259,946 0000000000000022b35e48935abdfd3b7b1d92781027b44489d0c9e442cd613e 0.01 MB 44 84
259,945 259,945 000000000000000f26f882b4f3f83c60d178c2405a7c06e9e5f5a97f6c898f05 0.12 MB 146 63
259,944 259,944 0000000000000009a4b830b05acfdd23a43c65501ac971e85509fccaebb2ee8a 0.22 MB 407 70
259,943 259,943 000000000000000c4a3b66929a66875e233bdeae0c9e27f9038a7d6c10f6c1c7 0.24 MB 614 131
259,942 259,942 000000000000000f0559663f0f0deb19607fd6b4efdd477018872987998fb719 0.05 MB 107 66
259,941 259,941 0000000000000014db195ff82854a15aa61a3a4dc945429b3b6ed6e92b73fbb7 0.25 MB 550 113
259,940 259,940 0000000000000000b9af3f758b5bcd66119a87f392bd17d54bc2506f05786f06 0.05 MB 105 104
259,939 259,939 0000000000000015c611e3b1f7a5dfe71e8af09d63abb234cbedac6da7848de8 0.01 MB 19 99
259,938 259,938 0000000000000008ba8cf84ab48c54f8533f1b7bfdc8ad3a161acdfa83312bf3 0.03 MB 83 61
259,937 259,937 000000000000001eeefe16f6d916fbe223d850cc31ad204ed3122db8bb2cf6df 0.24 MB 591 117
259,936 259,936 0000000000000023793dd33f638541e09e81c7bf5b11eb39b1ae4f5f9f1ce30d 0.01 MB 19 41
259,935 259,935 0000000000000008b6213a5cf6abfdaf2da160d0fe8ad36a9f81be25ce6c268b 0.20 MB 515 122
259,934 259,934 0000000000000020c2b27431ddf8e60004385596fa33ba9cd9f4e0e6fa43c31f 0.03 MB 65 62
259,933 259,933 000000000000000cbdb0121d7bdd874bc9ec3c993943e7ec1eff181a4d30ee46 0.06 MB 136 96
259,932 259,932 000000000000002108474d7ef4f62214e3aeb1fd395af3b91011418b80ebaa24 0.01 MB 16 32
259,931 259,931 000000000000001b6a0700b535367d0a65e659d36f84e1defafb6fef9102366f 0.14 MB 276 88
259,930 259,930 000000000000001db3fe627f1405d848083c97fdc2b708ddec713f8b203248d8 0.06 MB 163 90
259,929 259,929 0000000000000007b4a898b8c8a0987d285088d46193576b0a7276c894b651f0 0.06 MB 160 110
259,928 259,928 0000000000000019a5bc7d3033ddf6ab663bebe7ea57ae1998c160960fa93108 0.20 MB 415 89
259,927 259,927 0000000000000002501aa3ff82c12b7ab2829623caca72d395ccc5cf2ebae5f8 0.04 MB 110 98
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.