Memory Pool Memory Pool Refreshing

599 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (848,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,317 60,317 000000000283a4a992d39147492aafc2cbbc2c31f9d1ff1b96566cf05a365f7f 0.00 MB 1 0
60,316 60,316 0000000000024a4426f11819aff7a7d85426e398e8a1c33ac331b61bf55d0abe 0.00 MB 1 0
60,315 60,315 000000000a3c5d03568559d18128aa3f5d1890c2e5f084a00d1da1b27774e023 0.00 MB 1 0
60,314 60,314 000000000826092429ad828b4dff504de66410dbb2368f6d3b3422c37345f512 0.00 MB 3 0
60,313 60,313 000000000c2cd2e006cf3b1da4246c256420b8ad3d4931722127c5dd2309de95 0.00 MB 1 0
60,312 60,312 000000000bc59139469fe8b32d09f54d55e934e2895db4c08b54adb4397d10de 0.00 MB 1 0
60,311 60,311 000000000dcc76311266e908718cac34a13a14b498cf56d1faa5feb9a2d8640e 0.00 MB 1 0
60,310 60,310 00000000072ddd73924640783a3528e4fe171fc95dbf195e9601611a61207394 0.00 MB 1 0
60,309 60,309 000000000e75d22cb75836b3e2d515d6fb86b7b32cc8f2b5582cc7bc17789637 0.00 MB 2 0
60,308 60,308 000000000730f6a9373aa60f05a321b6ef3dea2d581e6f10901e56f84ed64817 0.00 MB 1 0
60,307 60,307 000000000ce3deb297a0fbd7596c0d71e94f66bcd988015ed2fddc694482ebad 0.00 MB 1 0
60,306 60,306 0000000003da4cc9743cc8d6396d7db1d4fae2959d1ac3961672cf25ff8e5641 0.00 MB 1 0
60,305 60,305 000000000f59f6c432104dde818ed26808df30e2ed5c2601a248ec8e18523c8f 0.00 MB 6 0
60,304 60,304 00000000080bedd31e301cfb9d8cbaf274a2db40434c9ceb5b34272d35dd77e0 0.00 MB 3 0
60,303 60,303 000000000f0c724bdfa2cf45df94c6996bfe6e54d1cb55717ee3db6a490f3c76 0.00 MB 1 0
60,302 60,302 000000000ee25106ada08d941b070ba5af8d1906a9667f1ba7a5f454982f1f54 0.00 MB 4 0
60,301 60,301 000000000a553eb0bcb3be3b966cba542a336076322c2e642bd0633f9622ebf2 0.00 MB 2 0
60,300 60,300 00000000085e3f531388ab902b9c51fcc0a2c784830cf04a72558a224696a60f 0.00 MB 1 0
60,299 60,299 0000000002fcd6c7a5c4da0b51ae9732e5df66b3ae7e91073b31fc5a124cfbad 0.00 MB 2 0
60,298 60,298 000000000b1116e13eb3d258b3c63c10092d09107de49576114c5e7eab2cc00d 0.00 MB 2 0
60,297 60,297 00000000002a2f9e7ecc8bda5fd01a725b5e5da093429ad02ca922887d960ef9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.