Memory Pool Memory Pool Refreshing

5,683 transactions
1.39 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
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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (592,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,851 314,851 000000000000000006b2110073c605cd1aae0c226a3a20e11d8254b3a33b81a7 0.06 MB 113 20
314,850 314,850 00000000000000002213875eb2b0f2e1d6a260835138a2069e32ae3deeaf132c 0.05 MB 143 32
314,849 314,849 0000000000000000255a50327f9d335c18c568e93e735e24790d79fc72815a4b 0.39 MB 151 8
314,848 314,848 000000000000000034d8e41e868562a20ce3936821245b352b1706bf76025c9d 0.50 MB 1,049 33
314,847 314,847 00000000000000000fd6ff571b6c085a62c9e199be01db970665ed7cdc3ab38e 0.16 MB 341 29
314,846 314,846 00000000000000001ecc4dd9a55164c06d8e2ae839a9f958935b0190a167f782 0.08 MB 153 25
314,845 314,845 0000000000000000072e44335758563067199543977233adddb090721f319ce0 0.19 MB 414 30
314,844 314,844 00000000000000001d23219d853d77d3d6882cea9d54f01ef28d30783dbe750b 0.06 MB 98 21
314,843 314,843 00000000000000000c5dfbb33b85c16ac6015c16e1bb3471ebf16c7fcef83254 0.07 MB 115 25
314,842 314,842 000000000000000025b092789b97e4cefd86165a741495dce05203efd4eba073 0.06 MB 110 30
314,841 314,841 00000000000000002b974d7b79ff82f09ffb65a99c6bef23a7f97dcc1837ee2c 0.40 MB 680 27
314,840 314,840 00000000000000000e70064ce18bf1dfa08be5fff4b96bb64cec2b2ef05e9b83 0.10 MB 198 31
314,839 314,839 00000000000000002369585a6f8f99c8ad6018bf738cd4340259d2f38ca0b3cc 0.01 MB 24 28
314,838 314,838 00000000000000000354b567c2a9d3d2a9cf76ee367a2587379f3e472e53562b 0.22 MB 335 26
314,837 314,837 000000000000000020d6509bc2e3a4157bff3ae5e0ece8b6361afc400e8dd151 0.13 MB 132 20
314,836 314,836 000000000000000014382c61a672a70e3b9fb62a23738af96549adbce8fb520d 0.05 MB 59 9
314,835 314,835 00000000000000002f092db3ed91b8c454c138bd3036fe308a90d99cfd05debd 0.10 MB 220 30
314,834 314,834 00000000000000001396b06da3b0297367f498a7835da407d4e3b6224e8f9bb6 0.08 MB 181 31
314,833 314,833 0000000000000000147312ca22e523bde0469e9667f3cc6d60787e7782204a92 0.06 MB 79 24
314,832 314,832 000000000000000006e9695007680140b9c37dd434f28f25ff7d6246c44b724b 0.01 MB 32 37
314,831 314,831 00000000000000001502b6b281625266a3fd66430749182d6d673110225da984 0.25 MB 456 25
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.