Memory Pool Memory Pool Refreshing

87,867 transactions
26.96 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
878,968 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,967 (65,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,606 813,606 00000000000000000000cdcde698c426a6b7f6004f7ada04d4e09c99732efded 1.73 MB 3,158 15
813,605 813,605 00000000000000000002f1854957e495d692eb7e4549c5b8f9b9d88a8f2b16bc 1.70 MB 3,003 9
813,604 813,604 00000000000000000004061eb50f14f271190860a71f6b2ab2422d1daab7e60e 1.43 MB 2,235 16
813,603 813,603 000000000000000000015d8b5582854a2a465bb43cbb5364972de7859ba7db2e 1.71 MB 3,720 18
813,602 813,602 0000000000000000000125f62e1d5b6e7d1c128a579883cb7fcf1b1b813528bb 1.59 MB 3,251 10
813,601 813,601 00000000000000000000386f38bc251e74a0caf644ab29b17a8f1e52cec10e21 1.59 MB 2,929 21
813,600 813,600 00000000000000000004382f26e05a6602ee215ea99457e7c80cc43b2d2bc007 1.59 MB 3,326 28
813,599 813,599 000000000000000000003ae6abcefebe919b1783df0c4d3a292a2bb9648d7d26 1.49 MB 2,265 5
813,598 813,598 0000000000000000000417a4137424002a47315b57c5dbb66304418d96b9b0c9 1.71 MB 1,340 12
813,597 813,597 0000000000000000000022c94c7b47b6d6d50ba76e9b03e87b1abca66d467f9b 1.15 MB 700 2
813,596 813,596 00000000000000000002df95aa04f6384bca4840582369e9c12922eac636738b 1.67 MB 2,373 5
813,595 813,595 00000000000000000000ff4b651dce4e2caa96e29170e98cc19ba605261c001f 1.50 MB 1,126 3
813,594 813,594 000000000000000000024e188082cbcfb1a2b9ff96ed128c2f737b6a5544afdb 1.43 MB 2,405 12
813,593 813,593 000000000000000000013f551194466f56b753fed477d4c063caa6213084b041 1.61 MB 3,055 18
813,592 813,592 000000000000000000025ee6820634b3c6dc83b61cde2ee2557078ef30611c1e 1.55 MB 2,764 10
813,591 813,591 00000000000000000000c35a66fc37590a74f7ffbd76803e25b536fad301e78a 1.62 MB 2,140 11
813,590 813,590 0000000000000000000177e1001704ce2c6522a29f0da387ce5d516b9749998c 1.41 MB 2,199 15
813,589 813,589 00000000000000000002d0522d8d226bff50786754c7609b45018264d5810b70 1.05 MB 355 10
813,588 813,588 000000000000000000033b6df7007468602b13bdbce2c2635949282368d2a23d 1.62 MB 2,463 17
813,587 813,587 000000000000000000035389ae3028a05c4dc9ee691b11b46a53e08b608e26b7 1.28 MB 1,239 8
813,586 813,586 0000000000000000000391bc4b2d8c95baaa737db2ef89de5714e90380d23814 1.66 MB 2,865 7
Previous 10 blocks ↓
Total Size: 716.27 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,596.14 GB sent, 46.53 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.