Memory Pool Memory Pool Refreshing

6,011 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,553 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,552 (876,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,291 32,291 00000000a5914ab103726b1444e3fe587acf9cf43d0d79672586ac9e5f0db104 0.00 MB 1 0
32,290 32,290 0000000054aa86cd19c48ab2c50c24f00681560fc57aab32d28f8639806cc527 0.00 MB 1 0
32,289 32,289 00000000737a931600c9a32ca3e0acc97e456d080f4d6b23e5afc3792e54f1ea 0.00 MB 1 0
32,288 32,288 00000000be08c721f378634baa0346db52a99c54a7f6b5051fe9bbe39a1f910c 0.00 MB 1 0
32,287 32,287 000000006d82a5c3768c30d8a44325ef4e6b55f4a3f8e73396f993d0342b37cb 0.00 MB 1 0
32,286 32,286 0000000097efe3fce2a5bd211ab48659e643f69fe4313f7b735fc1441ca4f67a 0.00 MB 1 0
32,285 32,285 0000000010c2ec90355029c9c9ec552c37db2532163ba44f1be3465d3b0ffd2c 0.00 MB 1 0
32,284 32,284 00000000b36e1348acc3d00b0a142da6c29aeab8adf927369789f07e00604595 0.00 MB 1 0
32,283 32,283 00000000203ddad90320c103abd2d4c30edb4fd1b65e7302df497a5ee1f395e6 0.00 MB 1 0
32,282 32,282 00000000c53ca33f2027dbbe654b9e8e995ac985f0e5d00d660cd8e37caf3c56 0.00 MB 1 0
32,281 32,281 0000000095bb5ad700e432c633b22b748cbe0ee84530a621d7ad5e6093021b4a 0.00 MB 1 0
32,280 32,280 000000009194d909262ca11e0fd3fa15fbab648dcd55011eeae1cc70b1167ba8 0.00 MB 1 0
32,279 32,279 000000002eb21cb99d0adfe800bc4e078acf289fa68cdfa805409844cb40caf3 0.00 MB 1 0
32,278 32,278 0000000012d69ffcb1bee5fe41bf46c1a2a7ac1873d02406aaa27f23c7a796d2 0.00 MB 1 0
32,277 32,277 00000000d664e52e07f11b165e1bf6925c649f8b4fc1adca7c1129602a5412be 0.00 MB 1 0
32,276 32,276 0000000046f30abfc91e1e97351ba1bd86c4f9bcc7fbc74518a106582dceff92 0.00 MB 1 0
32,275 32,275 0000000072531ca0fd799db2e7b4f4061fbe18e48af87a80032f2844572efa82 0.00 MB 1 0
32,274 32,274 0000000038fd06fe3edf37f8235d6c4a9bd2ba3c1e979315dd264bc7701d411b 0.00 MB 1 0
32,273 32,273 00000000d7f2f848bbca74d892a6e2e4f6987bf57a00d9ceea6a592ef192797d 0.00 MB 1 0
32,272 32,272 0000000043c69904839b096149c2896efe6991f4b2ffd36d26cf7351413d329d 0.00 MB 1 0
32,271 32,271 0000000097fe3f7c9b47ae4eaf04b7b6def15760c2154c840f40c289b9905dc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.10 GB sent, 100.59 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.