Memory Pool Memory Pool Refreshing

1,316 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (65,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,364 842,364 0000000000000000000297da976f7cce13711c09230332a7ccd58525f30450b6 1.52 MB 3,002 29
842,363 842,363 00000000000000000002e5ee7607e8e06ba9f2ad4f5f204da4587f9e8245c409 1.56 MB 4,037 32
842,362 842,362 00000000000000000001eacbf0521efd510a65bcf3e63f2913333c663249931c 1.57 MB 3,758 41
842,361 842,361 0000000000000000000307d2ea57e8630b2c303ca5c867bc82a141ebbd5c0c47 1.54 MB 3,912 55
842,360 842,360 00000000000000000003039026b113696e3ce34219de24fde50425362ab14df8 1.54 MB 3,983 43
842,359 842,359 00000000000000000001ffcd787b9255cd208fe8bc693544aff2980c95c6e78c 1.59 MB 3,210 25
842,358 842,358 00000000000000000001d0b45fb0ffe38dedd691213927ea5615f9c98a5fd56d 1.60 MB 3,657 36
842,357 842,357 00000000000000000000b3477282a94d5dbbcc54b953ff2d09d772bdd845e534 1.70 MB 3,529 31
842,356 842,356 00000000000000000000395d1660de7d9581dba367bf70e3ff7613bdd8a581b9 1.57 MB 4,112 30
842,355 842,355 00000000000000000002f89830c25442172115cbd7e078eeb2baa153a9bdeed6 1.67 MB 2,947 38
842,354 842,354 0000000000000000000179df38e4b3dcded20219996663c418dfb714e180c107 1.47 MB 4,538 31
842,353 842,353 000000000000000000023f545a01098f93cc961ca1b04a3d9f33e0a1c5a799c7 1.69 MB 2,729 43
842,352 842,352 0000000000000000000095518065f2d1c60b058a1b9c7b937282bd69c1a0a5a2 1.98 MB 1,086 52
842,351 842,351 0000000000000000000325607d0bc38c1e02f68a9c7355246c275a6ae106f40c 1.73 MB 2,283 63
842,350 842,350 000000000000000000020a4acfc67baae8e8340e7c401d9e2830f2f03d1dd43a 1.56 MB 3,537 72
842,349 842,349 00000000000000000000952c509e24556631cac484c31ebbef3181f1c1f3570c 1.67 MB 4,613 36
842,348 842,348 00000000000000000001d4c3987386dfc385e17b782f4b1099ccddc290a4fa63 1.52 MB 5,350 29
842,347 842,347 00000000000000000001a24ef60a16b700f5e346630362e35cef6c4b543fd13b 1.52 MB 5,959 26
842,346 842,346 0000000000000000000308ca005ec2299f834231173f3ceb4ef5a6c19c431825 1.59 MB 4,646 32
842,345 842,345 0000000000000000000054b75c825dffc355c06c401fa2039e18aa95af0f28a4 1.52 MB 5,369 24
842,344 842,344 00000000000000000002d693619796935ed89b35e80a8754e04822f9be995ede 1.64 MB 3,648 29
Previous 10 blocks ↓
Total Size: 769.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,635.35 GB sent, 94.26 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.