Memory Pool Memory Pool Refreshing

9,720 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,842 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (23,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,957 883,957 00000000000000000000cabc492d0065506a0de8cfa01b739c31051b6cc8f13e 1.75 MB 2,419 2
883,956 883,956 000000000000000000014cf411c29a49378b276f72126f85bb803a9b89d89765 1.92 MB 2,180 2
883,955 883,955 0000000000000000000169ab870056846634606d41d605787ad2531baa3874f7 1.14 MB 1,623 2
883,954 883,954 000000000000000000001a504aa1cbc874208a2b3c27a3e953c2aaf380835c82 1.45 MB 2,327 5
883,953 883,953 000000000000000000013642f959d132210bd142e99f5844f7b074a39a8d9f36 2.29 MB 853 1
883,952 883,952 000000000000000000003e39601d181c171d33edfe10615b6e715a38a2b7cc1f 2.91 MB 1,786 1
883,951 883,951 0000000000000000000196c8ef23af1bbbb2138541cef102048c139df2ce9eb4 2.03 MB 3,064 2
883,950 883,950 0000000000000000000027f7a23a31d019b488d81ae5de819c239e30df8e8964 2.49 MB 2,512 2
883,949 883,949 0000000000000000000186a1db88c850baf9fceb3ad06716a4ecae67215ed442 3.47 MB 493 3
883,948 883,948 000000000000000000014f02f1a22cd7b6985f4438416eb49a7f993dd5870f80 2.60 MB 2,126 2
883,947 883,947 000000000000000000014f282eba679ddb17a01cedd90b29afedbdbc8557c41b 3.89 MB 217 1
883,946 883,946 00000000000000000001075aed2eccf5339a1ee6c54df8316810212e455e7618 3.20 MB 1,101 1
883,945 883,945 0000000000000000000168557daa9b20bae1c0a26b8de51da0840ef758877ef5 3.34 MB 1,077 1
883,944 883,944 00000000000000000001401bdc87bf179d7f822200c48a23e2e88a13cd97b76f 1.96 MB 2,977 2
883,943 883,943 00000000000000000001c4ddc44c01c34694946f956863ec533f5077687f7566 2.07 MB 2,539 5
883,942 883,942 00000000000000000000e921aec3b62f16af1cc5e5ec4f38f296bcf70194ff8a 1.63 MB 2,940 2
883,941 883,941 00000000000000000000459a9432627716c3bf5394ad16ceec2506b0b44fc659 0.39 MB 705 3
883,940 883,940 00000000000000000000144ae56d628b62f6d1f01b5e688e7de277fe207dada6 0.36 MB 774 3
883,939 883,939 00000000000000000000eb4a10d653c0ecba814bbaadbf8b2d5cbc3978bd210f 1.64 MB 2,511 1
883,938 883,938 0000000000000000000049873b2a7533323b483aa8204e530210a06e141886fb 1.62 MB 3,567 4
883,937 883,937 000000000000000000020ab85ddd4415dbeb32a7c2c14cacee81956cb0d4551d 1.08 MB 1,729 2
Previous 10 blocks ↓
Total Size: 769.29 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.53 GB sent, 94.39 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.