Memory Pool Memory Pool Refreshing

13,844 transactions
4.39 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (721,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,745 185,745 0000000000000276f278f019e8643abecc2c104b5edff3123595f95cbf8e60ba 0.02 MB 52 80
185,744 185,744 00000000000005e06fed435f79daafbe6868ca13803704b88aefaf6e5e586cc8 0.02 MB 49 45
185,743 185,743 00000000000003e910e80346ff367bb9cccd1f5e526733c1f8b7971d46f9e487 0.12 MB 256 145
185,742 185,742 00000000000002d30105972df5066b2c590fc2e7b9d96b8610f2a0aca90de3b0 0.00 MB 8 31
185,741 185,741 00000000000001aeeba6060f343debefc892e780cabdd0d79d943c1d5b961137 0.04 MB 99 70
185,740 185,740 00000000000004d87a51bb69f84c03523ea1df8f912051e6fd081f9118754044 0.03 MB 64 131
185,739 185,739 000000000000018815bd3d040e749d9844a657a1ffcc9d693d3a54a586ff6556 0.06 MB 156 108
185,738 185,738 00000000000006a1abcfb130759abe3d96fb8cea6127f0418e529dd673994f2a 0.07 MB 174 138
185,737 185,737 00000000000000e5eba496e2eeeed52c620dc094d831170483a2743a29f6dfb6 0.00 MB 10 36
185,736 185,736 0000000000000363b2ef0b89efe8bd5408e4ab894cde84f452d7a8f4c7b0de9b 0.02 MB 47 70
185,735 185,735 000000000000053c2a2ee55fe9c9b7075db225ff13ef008674c28ba523067ea1 0.15 MB 334 114
185,734 185,734 00000000000004360cf7abb37d09b1eba6ebf839f16300407f6bed29e4314f67 0.04 MB 51 80
185,733 185,733 000000000000053dd96b9be5f50b3bca94dc955b2ea5b9384e04376625fb427d 0.14 MB 319 71
185,732 185,732 0000000000000024acd590ea5a0d3bc53ca62182be96d97676afa45b76d4e91a 0.03 MB 79 51
185,731 185,731 00000000000006cd5fe85d210d5fd728db8b4830577087b633790945d65a8d17 0.02 MB 50 62
185,730 185,730 00000000000005083687b3504dfa19d398635f53f3ed957f82ea1e657d3ad9b6 0.01 MB 25 84
185,729 185,729 00000000000005ed7e92d74d1d25fa147c40745682ce7e87efad740b61b20bde 0.00 MB 12 31
185,728 185,728 0000000000000444cc3986102ae31592613f7dc6be6ec07ce29850932cf819c4 0.10 MB 285 132
185,727 185,727 0000000000000320cae0a8b440070f528d5137e7a5096d376d7b36e6df9dacde 0.00 MB 12 15
185,726 185,726 0000000000000523492daad8dc28eb6f83618fe47c446fbb78485cd4863015bc 0.00 MB 12 17
185,725 185,725 000000000000013dbfb7dec8f29f98b9706a7739eb3c806304123f32c5868256 0.03 MB 90 65
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.