Memory Pool Memory Pool Refreshing

3,822 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,995 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (356,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,089 551,089 0000000000000000000167e4da71728f14d45d99721ed3bc8068de9150917d88 1.19 MB 3,076 29
551,088 551,088 00000000000000000020dd64e99694783014b32ce597509343b6689cb1d5941a 1.41 MB 2,583 51
551,087 551,087 000000000000000000075d5ba0942d3f22286431d409d0f36b5aeabe28c400fd 1.18 MB 1,952 70
551,086 551,086 0000000000000000000a5b7d8e2b05bc8f7ab4bb0805e5b5f18132a52df5f81f 1.10 MB 1,586 14
551,085 551,085 00000000000000000004ee68ad2bca66e7f458139e9581c933850283749712be 1.22 MB 2,590 11
551,084 551,084 00000000000000000013da9b434b5457c7bd42236c49518ad76c0ee4fb121489 1.17 MB 1,958 29
551,083 551,083 000000000000000000091c2fc001b10f53414b0b49a11f39fb48c3bcdc439457 1.12 MB 2,357 34
551,082 551,082 00000000000000000006b3bcb8f6e8a13b370c50224b537dc0010cdf251aa123 1.10 MB 1,987 30
551,081 551,081 0000000000000000001d1a2cdc5dffb78715c9031c78a697cb95c18c5707fa95 1.11 MB 2,429 34
551,080 551,080 000000000000000000075b3c95328fc0da5401abcd0d0329ed7be6db72e5e9b7 1.12 MB 1,696 41
551,079 551,079 0000000000000000001f856a1b831aa4f2342a6f7aac3f330ab67a4ad43f5d72 0.00 MB 1 0
551,078 551,078 0000000000000000000c473e96f7a68750e1b0f9e42ad8f0872a6d2a92a12928 1.13 MB 1,780 52
551,077 551,077 0000000000000000000a6c51e897a30459c2b70dc1441a1815fbce5417fffb70 1.13 MB 1,688 54
551,076 551,076 000000000000000000254968cd8aef088b008f89340f934e899da5742849f649 1.06 MB 1,152 71
551,075 551,075 0000000000000000001f9985715715ddfc19ef16385bfd89891c3562829b9f62 1.21 MB 2,758 28
551,074 551,074 00000000000000000015174201ba4e1334c66d0f77edae71414d1dc41c98438c 1.17 MB 547 2
551,073 551,073 0000000000000000000c62c051098568113db0ce052754ebe83a96163c6ec792 1.21 MB 2,927 31
551,072 551,072 0000000000000000001264bb974bb36447926474a3ee1bb0709e86dc6d91b351 1.17 MB 730 8
551,071 551,071 00000000000000000028fa586ed62a78b49141c6f70d6e2e46dc8342cda1a5bb 1.11 MB 2,570 8
551,070 551,070 000000000000000000287af474227ff1290fcf59fcd2e952ff07c4810b3a78d2 1.30 MB 2,592 48
551,069 551,069 0000000000000000001fe0be005e280de87eca8c4632ad0e7012788462280974 1.04 MB 2,920 8
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.