Memory Pool Memory Pool Refreshing

5,490 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (75,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,900 831,900 0000000000000000000065f1370392df37b01f05d2db23bf0911e204151ba9df 2.38 MB 1,584 15
831,899 831,899 0000000000000000000133fe1202a10e448fa727af3efae8a2c4501f6bb2fa57 1.69 MB 2,887 23
831,898 831,898 000000000000000000001c1d649ffb96889071dfe4b20d301a1c5c95e643ad86 1.44 MB 831 12
831,897 831,897 00000000000000000001d27017194dcd9c9366e9795fd736a22742f0a02b30c0 2.48 MB 2,105 16
831,896 831,896 000000000000000000001aeb313e4671cd7a324078815b1fdd10dda547c8cf12 1.92 MB 2,401 20
831,895 831,895 000000000000000000000f8955f7aebf503212105c3aaa18f3c7669fc810c249 1.72 MB 2,138 18
831,894 831,894 00000000000000000002319f8f9cd9f6596af2831e5824b7ab8718e8a786489b 1.58 MB 2,860 21
831,893 831,893 000000000000000000011e17ac66d1e4f4dc79102ab012d71f45c5d2a24ab059 1.56 MB 3,185 27
831,892 831,892 000000000000000000008b6c0e40a0459b526c053253e96a39d66f7ea87c4f8b 1.59 MB 2,724 28
831,891 831,891 000000000000000000025245c9800e9636fa4aca8c8a4c6e14c5485c7b1a7327 1.70 MB 195 10
831,890 831,890 00000000000000000002e56728aea3cbfa67c646995e487b31cce80440b39a72 1.25 MB 153 10
831,889 831,889 000000000000000000014423eb91f989cd91a965497d6f8f947fc96c8db0be70 1.13 MB 645 12
831,888 831,888 00000000000000000000bc32b7028a1ae9fd56b0854566a6ec491462975f7225 1.33 MB 903 12
831,887 831,887 000000000000000000026d4dbe7025a4b08b428c4887dd5ed3918f95819051ba 1.62 MB 1,441 12
831,886 831,886 00000000000000000001bb4e864ccda47f832a06b6ecd61942d029f503308f90 1.04 MB 372 10
831,885 831,885 000000000000000000036eb577549445b9282384937e9361c4c30d383827a128 1.66 MB 1,422 15
831,884 831,884 000000000000000000006bf1a766b51051413a95be892a83abec59d697753dae 1.55 MB 877 12
831,883 831,883 000000000000000000036bc3a377b35cfb65cf2f75345b8ef221880619f970df 1.19 MB 1,027 13
831,882 831,882 000000000000000000024a2e1b3ea0839a852a9b5c0dac83b38609ebbd24af4b 1.15 MB 571 12
831,881 831,881 00000000000000000002db02c9f5728e04c8e745fe927a772399c8d526eec057 1.37 MB 714 12
831,880 831,880 00000000000000000002770322c354fe1ec8bf08b8c5afb65893e3a41d361b95 1.50 MB 1,718 16
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.04 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.