Memory Pool Memory Pool Refreshing

3,625 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (668,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,412 239,412 00000000000000120e7c672f09b4792461dfa34f3fa61293c067cbf63c6be1d1 0.01 MB 11 93
239,411 239,411 000000000000002c823ea6f34df642823465e2c2dfcc1b7f6a9f1de898b21d6e 0.10 MB 222 152
239,410 239,410 00000000000000ec9db63bd028385e77f2a96a57862ade74fe932ecdea51b920 0.01 MB 23 137
239,409 239,409 0000000000000072012af15f8c423bc11057d3cb5712473ed8062e15e86b7439 0.09 MB 205 171
239,408 239,408 000000000000003f4a367d44de912d323e81363815c8f333c927377e0663c738 0.14 MB 256 124
239,407 239,407 0000000000000021b60ff64fc33747ed19d44dd66f25c17f1034e7242f4457a4 0.00 MB 4 50
239,406 239,406 0000000000000108f3878fd1f8074da0114c3d13bd5fa1b746dcadae44e77b84 0.04 MB 88 130
239,405 239,405 0000000000000054a9357bc9ae99f6a109985955bf309de1ab4f6c24a692a244 0.06 MB 119 190
239,404 239,404 0000000000000134d450662ffad8d6505fd09ecd743e2140c25269a62b4c357f 0.15 MB 280 127
239,403 239,403 000000000000006017592dde03bc8ad6b6c2e0e737dc18a975f8d96d3046dd41 0.11 MB 199 131
239,402 239,402 00000000000000f6572715c537b7df524fa175536bc8dd234d0c814d97ad1283 0.22 MB 416 190
239,401 239,401 000000000000006ef290b55f7239bfd4b255d0605ddaa38ed6136e1111ee9820 0.08 MB 164 188
239,400 239,400 000000000000015152d27ec14e3327b1a3eeaa269b02db2a40b69ee917a3b9a2 0.04 MB 65 98
239,399 239,399 0000000000000041644d8c4898c40f8a4b228afc1e582d6964336e1d851b291a 0.18 MB 158 66
239,398 239,398 00000000000000e9a0ad6c54a99597cde01bf6e13b5ca3480685bf3c3d373625 0.17 MB 377 175
239,397 239,397 00000000000000b1ea6cac99e245422704a03e23d4ec24950e6730a2fcf51a0e 0.16 MB 281 154
239,396 239,396 00000000000000fc30861d4f4e1a0f292d325de8b5129ade89366c795e51b9ce 0.12 MB 183 133
239,395 239,395 0000000000000082c2175b52e69779e20a2ad642a045cc8bf29b7d30c050ad17 0.14 MB 280 156
239,394 239,394 0000000000000057cb1ad8072958a5cb84ee6b441ce480e868365470b1decbad 0.13 MB 82 46
239,393 239,393 000000000000003141d9a486d23b490ef4a75d289e0ebe2119a13d4fcf2618e9 0.20 MB 349 179
239,392 239,392 00000000000000b93b39e6bfc73752c61e3cec75d18b01481b0352502d09514a 0.02 MB 88 10
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.53 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.