Memory Pool Memory Pool Refreshing

4,269 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (299,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,944 607,944 0000000000000000000e21de6791bc4e3f26cfb4da892a516f1a521ad4d775e5 1.32 MB 3,119 21
607,943 607,943 0000000000000000000fdb0fda1d5167c83093bb89db751c09e62f79bca6ebac 1.31 MB 3,175 27
607,942 607,942 000000000000000000074fff70698a134b852783aad56428cd0abb6b2ac060fd 1.30 MB 2,964 30
607,941 607,941 000000000000000000126f5a5e91b79b537bd8c9dea02a24c9cbb0ccbabdb16b 1.32 MB 2,881 16
607,940 607,940 0000000000000000000db7dd2e904a65d90453944cc6313c274172374ee33e7b 1.20 MB 2,394 27
607,939 607,939 000000000000000000094384bfa0f5a7289c0e089f4f9dae09e9d5caee59989d 1.18 MB 1,856 29
607,938 607,938 0000000000000000000556181dd35814c6b2bf96015b00b9f84ab394039309f7 1.05 MB 957 74
607,937 607,937 00000000000000000012067dd625a9ed664148675886d0a0b9c3d2a32fe4582e 1.32 MB 2,331 12
607,936 607,936 0000000000000000000c0f7b20cf63fdd018d7bbf07f2a8cfb44c953b8044337 1.21 MB 2,042 28
607,935 607,935 00000000000000000005c60acdf920aa1f156356f135b5abe462612294692301 1.12 MB 2,505 10
607,934 607,934 0000000000000000000b16c6d91cecf8006e3f4a0d0df6dccc703810e799e2e9 1.27 MB 2,831 13
607,933 607,933 00000000000000000009915e7d19f16a79cea8ce4479ab980bd675d3355219d6 1.28 MB 2,499 15
607,932 607,932 0000000000000000000064c56fbc63028a14acc324f2de5b794fe76e93a38b31 1.32 MB 2,825 26
607,931 607,931 00000000000000000008f51134ea4e55b134033c49b980d063aa369799aa45c6 1.36 MB 3,043 24
607,930 607,930 0000000000000000000e595602b7f3148320da59038124d2786aabdc75ab2433 1.20 MB 2,399 38
607,929 607,929 00000000000000000008ebc4c26c3a7771574bb45449d00265e27ed9601e8c69 0.92 MB 2,132 11
607,928 607,928 00000000000000000007eec332ef3bce0355e75d31d5aea5f38d842e9a0aa892 1.26 MB 2,918 18
607,927 607,927 0000000000000000000aa7eae7e8cd8e3d3c85e065f1a6b92217476ffe8aec52 0.54 MB 1,129 6
607,926 607,926 00000000000000000004e74e683cb2c7a6f20aafc7ca968491b9b13b7e663504 1.30 MB 2,999 14
607,925 607,925 00000000000000000007b9000efc52c7dea2c6211b8a10e18a1e84282e4769d2 1.29 MB 2,620 23
607,924 607,924 000000000000000000091512c57ec742e4340f515d3a5cf321d264fcb902930b 0.66 MB 1,545 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.