Memory Pool Memory Pool Refreshing

2,856 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (734,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,813 172,813 0000000000000559f17d42e73b9c20b9c98d497b6f565ecc5a9aa8e8c4426f31 0.04 MB 80 94
172,812 172,812 00000000000002ca980940fb43562b586a0cb88bbf13e58e0517ffd64cfa0f8b 0.00 MB 7 421
172,811 172,811 00000000000001f3908aeb0e9fc82f99aefcb3c359bbc4821e4810d146f715e4 0.06 MB 71 152
172,810 172,810 000000000000073568ddedeaef5a5b73692049500ca4de6c3163b4be2cda6928 0.00 MB 1 0
172,809 172,809 000000000000000659fca4a3c6cb946ea97903d3bc7e9b82f9a427a292449d16 0.05 MB 189 61
172,808 172,808 000000000000013968cb9eb974f5e2d879c9ce68c22f06a79ba4c8036d63e521 0.04 MB 76 116
172,807 172,807 00000000000000da4625de7b3df74f0b72f03343324b2c11ab85cbbfcd41d603 0.04 MB 119 96
172,806 172,806 00000000000004bcab1f14e55b5e557d25bb60f7aa04195807d6e35882dded7a 0.01 MB 42 189
172,805 172,805 000000000000010ecd64269acc5cd46e6924b1ab7d9e8ffca6aa2a79c5e9e85f 0.03 MB 105 2
172,804 172,804 0000000000000886e672dc9a6fafad626d0a9e965811e274b958dae24de874da 0.00 MB 1 0
172,803 172,803 000000000000052e71fa7bc695f04bc87b02373ca3d846e55b1f83ff3d0bae0c 0.02 MB 33 29
172,802 172,802 000000000000012bb361965775aaabec90ee1e703a68fefaea799c6076e74d6e 0.00 MB 10 182
172,801 172,801 000000000000079d2c8b5ce41f4b6564513c809d0dbd12343f34ff4f040714f2 0.04 MB 81 55
172,800 172,800 00000000000006b5f49fc22c4864a6cd52ed6da26cc6555328eedfd1adf0d86c 0.00 MB 1 0
172,799 172,799 00000000000004d9b355f9b1b823d43c8098f1e9f941cda30848d37282750622 0.00 MB 1 0
172,798 172,798 000000000000032e7e4014d24cd8037fbb5f7b59287eba89f2a8d7d33ea7933e 0.01 MB 27 31
172,797 172,797 00000000000004c1401a597823d3f3244196470631499dfa31eb964d11c4efa0 0.03 MB 61 109
172,796 172,796 00000000000004fe22dae1440ad4bd98ffe24f31589c4c21835d14e7274d719d 0.06 MB 61 70
172,795 172,795 000000000000025a293d9650e681ea51687b9859f3aadca619420f03691eec83 0.00 MB 1 0
172,794 172,794 00000000000008b9197ef3c681365cefbbddafd86b27c6aa796671ec3e042652 0.00 MB 5 20
172,793 172,793 0000000000000aa5c1a58be19b0c18252aa7f4995b30c15be33c225dacd7bae7 0.01 MB 24 53
Previous 10 blocks ↓
Total Size: 769.13 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,630.56 GB sent, 93.52 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.