Memory Pool Memory Pool Refreshing

12,604 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (599,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,253 308,253 000000000000000021322385a20a3d664af628a3eab7388a1e47ee5dd14046a2 0.55 MB 555 20
308,252 308,252 00000000000000004381107684bba18bdf7de565f4c630c3f32ca1d6ada1b966 0.25 MB 633 37
308,251 308,251 00000000000000004d1b6fd6ed66925fd8d1553e76bcb6e4b58cca76e44210fd 0.18 MB 331 27
308,250 308,250 000000000000000034e14641f133fb6ff7e04f8379274fb83b9d1a266d6f9e22 0.11 MB 175 23
308,249 308,249 00000000000000002948fd1d8b0b977948c071ef2333ad6af15e19ef3ebb0fcf 0.11 MB 125 18
308,248 308,248 00000000000000001275363887b6d5fe6d06433e623a01a1da688ea3d03ec483 0.10 MB 205 31
308,247 308,247 00000000000000001d33c22c97350d73dcd2b49c704e92418e89f2675a5611e0 0.75 MB 748 33
308,246 308,246 000000000000000020416b6c9c8da48103923aadb230b66a69ab6abc782f6d78 0.15 MB 188 25
308,245 308,245 00000000000000002934e2462b416421fd0bc0ea8ecdb65379fdee176e8a0eaf 0.05 MB 93 10
308,244 308,244 0000000000000000039fd5207f7c4ee3b4225fe6ae677068aa389618c6629e4c 0.00 MB 1 0
308,243 308,243 00000000000000001d20a945e0e9fac03f5b53daad38f0612ad47c6d4f4b5e00 0.10 MB 35 11
308,242 308,242 00000000000000004555ed126cb84f7498a73c08fbc03449d4da834ed3e4a89f 0.06 MB 110 29
308,241 308,241 0000000000000000391abacd87af5e6b46a9b5c6d6d73b8752fcaa73d414ef06 0.05 MB 80 23
308,240 308,240 0000000000000000469f7df2da8f29f51ef4bacbbfcc84055be0c98e3f161be1 0.24 MB 284 23
308,239 308,239 0000000000000000337c3edf2a5b993970f60febfaf17921e456f864cfcf301d 0.01 MB 13 26
308,238 308,238 000000000000000034a3ec11667bd4a59777fe686dbf6887554b718bce7e43fc 0.17 MB 154 18
308,237 308,237 00000000000000004a2a79432824e1cc76dd8b7fb00a5f6c7c49c685b38e8c44 0.08 MB 113 26
308,236 308,236 00000000000000005056c700178f689a02e6d081ef581226ab89b9b5337fa3b6 0.10 MB 142 25
308,235 308,235 0000000000000000166f68c540883c21bb1d79c6c6b1c09854a3d895380496aa 0.18 MB 210 19
308,234 308,234 00000000000000000550cca2c8b3a3d8dbc0c7bc73c0353b3f333a3b6592d359 0.15 MB 256 30
308,233 308,233 0000000000000000472517bff211bb4d00389d37242799f9beea0b9076807a1d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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