Memory Pool Memory Pool Refreshing

517 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (563,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,222 344,222 000000000000000004322d9a8333b0e8a3e8cdb5f94dae6435b36ae7ea73d2a1 0.40 MB 458 18
344,221 344,221 000000000000000005ccbe36b713f1712506e7948315f79987ea8aa834b4cb9f 0.75 MB 1,645 30
344,220 344,220 00000000000000000d1bbbbf0ddc4a2f3e9809e94335b5421e81a3b9a57f11b4 0.14 MB 253 23
344,219 344,219 0000000000000000025b50bcbb8792d87c5a1f798e0e771de72d2b90d875c596 0.14 MB 274 24
344,218 344,218 00000000000000000c65444ff53028a0530878a684838a35730b68e3156d4580 0.27 MB 415 20
344,217 344,217 000000000000000010a571d94065bba78db05fcbab9e08af832ac37591ec0ab6 0.10 MB 97 11
344,216 344,216 000000000000000014f29b890df0d8903d5b2a72751d3ee091d9464c68992ad3 0.43 MB 575 21
344,215 344,215 00000000000000000f15a6303c7628f41358040445b559e76fbbb85def8b7f8b 0.10 MB 139 22
344,214 344,214 000000000000000004d5e9d35713b2f6df65a4bc7d106e1ebe2b768fbdf6f5bd 0.66 MB 1,089 21
344,213 344,213 00000000000000000bf1f28958b4fcd338834dca1e7675282de4b5b72352cdf1 0.51 MB 712 20
344,212 344,212 000000000000000011135f6026ef1e9cf92dfcdbaccd3554b5427ae07ad66c71 0.10 MB 146 14
344,211 344,211 00000000000000001578b0b5e526558c6593c52af7212c82025abb9cc1e8d9b4 0.44 MB 710 23
344,210 344,210 0000000000000000051dcaf9eb0d73343ea1cf8bdb0f2ff737e84faf7e3650f2 0.07 MB 150 26
344,209 344,209 00000000000000000280900f2bd4bac992017bb2f5d013bde8eac3a48c9caa2a 0.11 MB 208 25
344,208 344,208 00000000000000001837a3a7f60af65cd9786809234a2bc814151104d5429a6a 0.13 MB 128 48
344,207 344,207 000000000000000006e45e3bf5049ff7847c647404668e90dddc99f4ddbe739a 0.27 MB 442 38
344,206 344,206 000000000000000008faf19860166dddc90e9430949db01a4cd8b9b025f0c2bc 0.06 MB 138 28
344,205 344,205 00000000000000000ab77d9626aab7c895f3a28f40931c00b6fb79edcbff79a5 0.02 MB 64 30
344,204 344,204 000000000000000008cf74b35dc0238a3d8bbe1247ade8a9f55a5424373d025b 0.46 MB 888 23
344,203 344,203 00000000000000000b9c8eea00e62b1a5f9a99c79d7da4a4765f6adaebd5d683 0.04 MB 93 24
344,202 344,202 000000000000000015b566fb4d4538a4cdf32846d8ed18291053c9c3794154c4 0.13 MB 292 24
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.