Memory Pool Memory Pool Refreshing

9,093 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,659 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,931 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,658 (48,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,108 859,108 0000000000000000000074f7473e357c40f9626d6aec0563ba666e0faef99e8b 1.52 MB 3,110 16
859,107 859,107 000000000000000000020ea2e6eee24eeb0d7dc8751919e725f0c744acd8a07f 1.57 MB 3,104 2
859,106 859,106 0000000000000000000180fb39f8a0b9362f2aac35aa654af48c58725c4b69df 1.60 MB 3,367 4
859,105 859,105 00000000000000000000740e3b666ddd78da66e911e5848012c4039b557a3b26 1.66 MB 2,824 10
859,104 859,104 000000000000000000022a0176e62ecccd7a58ca8fa7aadc3e30d27c980eb2e0 1.62 MB 3,710 7
859,103 859,103 00000000000000000000e71bcd91434233985727fe7d3d0cfc43e8e5e2a7bfc9 1.57 MB 3,382 8
859,102 859,102 000000000000000000023463a3e1331738bfa28e5f19768a4f09edda224bf095 1.59 MB 7,494 2
859,101 859,101 00000000000000000002eb6f2ea361e7d3bb97d840a4510cccbba2e17b097b55 1.55 MB 5,369 3
859,100 859,100 00000000000000000000dfda07466a72d09ec9fda73f53eda8971eb80862009a 1.61 MB 3,685 6
859,099 859,099 000000000000000000027175551d512ef62baf95be70cfef0f51823df4645420 1.56 MB 4,815 4
859,098 859,098 000000000000000000027b4e6f65f807d2e75ff0ed7d5b605d4802d9a8a8849a 1.53 MB 3,574 6
859,097 859,097 00000000000000000001117818394172cdb87d4b41c1605ee700470a0da9418c 1.57 MB 6,983 3
859,096 859,096 0000000000000000000287c1dd0196bd27b493d0096e30ebb0bc4ee65e23d660 1.55 MB 3,366 9
859,095 859,095 000000000000000000027e6aa2d7b3819858eacd0d16ebbec289c606670e5851 1.48 MB 2,277 3
859,094 859,094 0000000000000000000197ec7802d071ff9269f7c796366b221273d9ff5dafca 1.63 MB 2,631 8
859,093 859,093 000000000000000000002ea24f8c5c988ebe727949bc199e7f8628104ff03cf0 1.61 MB 1,798 3
859,092 859,092 00000000000000000000adfa683a624264602fbcd5273ceb8236481574441756 1.94 MB 3,080 4
859,091 859,091 000000000000000000019c9b7ba2c407d2d64a870a0ef7e594b29523970fd72d 1.63 MB 3,062 11
859,090 859,090 00000000000000000001d21a3a1fbc2edf2ba48be6f85591ee19d43f92d0a607 1.65 MB 3,137 6
859,089 859,089 000000000000000000027e533cfbf4b0c6ba556e69d4cff1c7dd8213ae45802e 1.81 MB 2,655 5
859,088 859,088 000000000000000000030fe44628a58a574c1557c750948210f792c0ac54d6fc 1.58 MB 3,444 10
Previous 10 blocks ↓
Total Size: 768.91 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,603.02 GB sent, 92.31 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.