Memory Pool Memory Pool Refreshing

4,037 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (570,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,919 336,919 00000000000000000e74924a279c8090f5fc61dd023487861bfb2459a14d6f32 0.19 MB 374 29
336,918 336,918 00000000000000000454ab08e04f121ef161218c3a55372d5bf03f64c38512f7 0.24 MB 469 34
336,917 336,917 00000000000000000b9b9da2c8a988baec59914d5683a9e73c622d0a484fe7b3 0.20 MB 411 30
336,916 336,916 00000000000000000a8c57883e20a31f7168a838211e53d43737ae1f9693a055 0.19 MB 479 35
336,915 336,915 00000000000000001812189fbf593189b08cb8c4be5c8923bd34d937871f567b 0.31 MB 728 28
336,914 336,914 000000000000000007923c5d54173a2b8360fd3a211d5f7d26d28ac57f6732f3 0.07 MB 256 45
336,913 336,913 000000000000000011db6d2d7846f6013c8fa97fa6018c1d8fb66f470d0b15fd 0.19 MB 415 27
336,912 336,912 000000000000000011cb1055148671942fc66de29441a84052cba377bb20301e 0.02 MB 50 30
336,911 336,911 0000000000000000080ac5f6ed0ce13aaf9f0d6c6b9db65c6a87ef16593d0a7e 0.13 MB 297 25
336,910 336,910 0000000000000000185ad00c5ddd47be5cf4ed52f68937c8c11a396c40530b75 0.10 MB 211 25
336,909 336,909 00000000000000000862f83fea8fc7a012bb18c1023794eaba682efe254d0959 0.10 MB 176 18
336,908 336,908 00000000000000001428c8e799d4c10462880ab622fbfe798f1bfdde3ae5a638 0.07 MB 146 27
336,907 336,907 00000000000000001a364a60f878765ac7094d5aadbdeebbe47a669b2041b975 0.06 MB 108 25
336,906 336,906 0000000000000000019dc56d5e2b9269de7238e110a980c7f709426c837080cd 0.09 MB 167 23
336,905 336,905 00000000000000000d75fb61ae4ddb52fdfcefa7bc7a3139734a86a535bf3efb 0.10 MB 200 24
336,904 336,904 00000000000000000759eb34544ffa58d85bd6d5cc4c8ca4374be64c5e3038f1 0.21 MB 342 26
336,903 336,903 0000000000000000117367b72e4c962e532a5123b1b7b006b9794a4d6e46000f 0.02 MB 64 42
336,902 336,902 00000000000000000a6edcc4376d1dac7493da21717a9d3af28dd5fbe0f785f1 0.28 MB 616 35
336,901 336,901 00000000000000001683a87b36a38575270f4f26dbf4758cb8507badf601c7c7 0.11 MB 222 31
336,900 336,900 00000000000000000fd5758305ffe712eefb46cc13dca5ae47b075ecee56c0e2 0.08 MB 195 32
336,899 336,899 00000000000000000b60e25a33ed86dc006c67cf5e22eb607db563f5d283b966 0.10 MB 135 10
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.