Memory Pool Memory Pool Refreshing

1,887 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,876 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (656,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,001 251,001 000000000000003656d9ee65c6a650237a06fda6635ec33b93e7d55caf6530ca 0.15 MB 352 135
251,000 251,000 00000000000000187d502943a776688b80da0744eb664ce7c5c04eeae1a33f52 0.04 MB 75 89
250,999 250,999 0000000000000014692d0522e5fbfcba1a28b40d5cc95da2e1a2abc4378db172 0.22 MB 474 64
250,998 250,998 000000000000001fd90a9b0e763bdc2faea7f7459c0541c6cf694130c88278d0 0.25 MB 526 113
250,997 250,997 000000000000002bb04e55fa65fc1b3cacfc3f5c082849c710a677e7911d370c 0.15 MB 316 112
250,996 250,996 0000000000000066d2dad1d4b2b70430cdea30773e0bb6007a93b6efdb22a33d 0.09 MB 191 117
250,995 250,995 000000000000003760e0c091120d6208dd7508c73b9799239dae31e7348076db 0.08 MB 195 116
250,994 250,994 000000000000001e1c7b8a0b1a358ebb62493b12157e6473aef9cd2634f38656 0.08 MB 182 97
250,993 250,993 000000000000005676fe19122e0c9a6c9d2dbdbe8e449f4770e773529896fc92 0.01 MB 30 116
250,992 250,992 0000000000000022505d449caa9a6c6889783a75ee78efed668ec18fb9cf3ccc 0.00 MB 4 84
250,991 250,991 000000000000006c54866efeb3eea9ef41ebbf5e94eae610484a268268b1c194 0.04 MB 102 67
250,990 250,990 000000000000005dfb54f1f7a8b45bddbedfe82644cf925f17b23d71510c3698 0.15 MB 237 79
250,989 250,989 0000000000000014f56fd1fd8809ac94074d6b7438b2f77c30c78b61b406ee96 0.23 MB 677 84
250,988 250,988 000000000000005164558dbfed658cabafd160be6936ba3cc0289a96fa727e8f 0.25 MB 547 120
250,987 250,987 000000000000001e451f94ec5861a0c8f248c1e20233c752cebfcc3d3df0d658 0.06 MB 120 149
250,986 250,986 0000000000000005627e1b1b0b390792dc81fa17aac95f20a51d5835cf261323 0.13 MB 310 136
250,985 250,985 000000000000006001711dccf82f9ed572e938286c0bb2a4ab9b659136884879 0.25 MB 602 117
250,984 250,984 00000000000000602414513c6e2bdb08456229c7c7c7c8a0ffc04743fc4a872f 0.18 MB 442 109
250,983 250,983 000000000000000909131f268a0f1eb5688f9dd8ba4e228de9a579f6b22cde5f 0.04 MB 89 79
250,982 250,982 0000000000000030d15cd06f01bb78cea11c69eb54d483c43b9e86f5df01a8de 0.41 MB 982 120
250,981 250,981 000000000000004f7f69bd89978d93328b9ac4e4f47ab4e5cd50eae82afc9db0 0.07 MB 119 130
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.