Memory Pool Memory Pool Refreshing

1,044 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (15,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,663 892,663 000000000000000000003fad21a39a3ff1d3db0eceb0ec559748bfc79ac67071 1.54 MB 3,580 4
892,662 892,662 0000000000000000000197ffb350f15209ead01771b71279a801db27a110a9d4 1.60 MB 4,378 3
892,661 892,661 00000000000000000000fa3c01647f28688c98896a60cd309536cb7dff67bd3b 1.52 MB 4,369 4
892,660 892,660 000000000000000000007acae545ed0a1a858c7245d209d2aab80d6690c2dcf6 1.48 MB 4,967 2
892,659 892,659 00000000000000000000b5c498564ab923b6f5e0a38fb3e676bd8524be422146 1.56 MB 4,869 2
892,658 892,658 000000000000000000012ea8507e01c06a4bdc80699547f41e14232c1ef6ba86 1.57 MB 4,487 4
892,657 892,657 000000000000000000015fb67912eefa4827de2a0ab91ee6c15a5419e3ec6c8c 1.54 MB 4,368 5
892,656 892,656 000000000000000000018b116534521bcf05e65e73825ec24bea2450657f9307 1.57 MB 4,167 6
892,655 892,655 0000000000000000000087b8e53c07024fcf0dadb9502c03357a396ff0aad69a 1.49 MB 3,380 1
892,654 892,654 00000000000000000001cbe6c9782a30de95bb8b4fabf20f74c91d1d06dd101b 1.49 MB 3,936 3
892,653 892,653 00000000000000000000096020abb27348f4e598abdb73b3b0b8c065ad0bf394 1.59 MB 4,063 7
892,652 892,652 00000000000000000000bb3ceb9c9e73201c8cf72256a3277f6e4b7f0c3f7592 1.59 MB 4,280 6
892,651 892,651 000000000000000000024e9ff04202b75130e440088591ec234c1e1a39f9d191 2.08 MB 3,503 2
892,650 892,650 0000000000000000000154a16ee5f5007dcbbe15b66192e17592e4ec4ffc3acd 1.71 MB 3,883 5
892,649 892,649 0000000000000000000135747659dc16fabd7237d397478affaf737ad68c0730 1.72 MB 3,382 2
892,648 892,648 00000000000000000000ecb8c6ede6df4dd36a5d45447fb206706036fcd9860b 1.36 MB 2,993 2
892,647 892,647 000000000000000000011d192c4070e2f61c56e0eeb5a5256840e18a9f050a53 1.57 MB 4,124 2
892,646 892,646 00000000000000000001200d1d1127507b904ffa0bd1b8a081301a747cb9d293 1.63 MB 4,246 3
892,645 892,645 000000000000000000011b06f48457761d950171b528c4aff4988c88c38d8ddd 1.56 MB 3,573 6
892,644 892,644 00000000000000000000c8b90d4ee1565f4956123dde5aa6468a35e891804d5d 1.58 MB 4,726 3
892,643 892,643 00000000000000000001bd3c341e0849fdbb67ea6745af160a22cf3a4df8ffff 1.66 MB 4,392 3
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.