Memory Pool Memory Pool Refreshing

3,219 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,823 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (799,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,562 108,562 0000000000027cebfdd1984ffdd1a86bfc0dd692ef93568e206146ab8ac4ea4b 0.00 MB 9 0
108,561 108,561 000000000000ff79f5dc858f87ab0c5355a80bf82f57b505d6549bbc404b5864 0.00 MB 8 0
108,560 108,560 0000000000004895ab8201d46662922c928f2039a72dbb4b083157399e186d4b 0.00 MB 7 0
108,559 108,559 0000000000013125bafa64119e3eb6a0886205a3da43274ec7e2e07bd7920ec4 0.00 MB 12 0
108,558 108,558 000000000001df6cfa87292f8e3072c644207900a5b0fcf32cc8aafdafb6e219 0.01 MB 36 0
108,557 108,557 000000000000f8e9de6e24d1c34255af3a8f4e275e471c76848058524fcb450a 0.00 MB 11 0
108,556 108,556 000000000000611b64250f2f7c746753749fcfd66a526647c925837c1d82fbda 0.00 MB 12 0
108,555 108,555 0000000000012432108d178e4a037b97d211efa4a952f536c25675e654537a74 0.00 MB 11 809
108,554 108,554 0000000000002b74362129c9a03aee2308bd0a14ad56887e2335e3549ee6cf46 0.00 MB 14 0
108,553 108,553 00000000000208f2833eb55c3ddd0628ae9b6e0e89dea81dff4fed0e17d4f7f2 0.00 MB 12 0
108,552 108,552 00000000000151c06188b9ca7c0d7fa988466d79b6f0fc505478e7aa47797959 0.00 MB 10 0
108,551 108,551 000000000000b913bc09c31f55d67bb30f4255350e63111de938fb0adc27ff00 0.01 MB 40 97
108,550 108,550 000000000000a779afc0d73a7913a5be73980b2e33263f1f028b6848d072f371 0.00 MB 3 0
108,549 108,549 000000000001df2ec66432da4d91860852690d7b19815c2384a1b8772c97b56c 0.00 MB 6 0
108,548 108,548 000000000002170e18a163828da7b67b15dbcc5688b50c896790fb99ebca43f8 0.00 MB 13 0
108,547 108,547 000000000000c2cda99fb8e39e090d86ef3876eb79f3fa590d4d1c2241409629 0.00 MB 1 0
108,546 108,546 00000000000085b8911a035b96f20f3e32c1b735bc1899b548ff0b9b156d3a51 0.00 MB 4 0
108,545 108,545 00000000000281c6fbc4a98acc9c0a14fb5ea1a1108671f29efea3c3a4bb1505 0.00 MB 4 0
108,544 108,544 000000000000fccfe97522e0d53e624aaf70d29e5ea368dda4ff344353339d71 0.00 MB 3 0
108,543 108,543 000000000000ed99339f5611f9749a7ab9cea8990b59040f93bbb0ea2c28c5e4 0.00 MB 3 0
108,542 108,542 0000000000014debce5c2f8133710a2248fa20f89b0eb6f78b25e6e3893ccb86 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,645.59 GB sent, 95.11 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.