Memory Pool Memory Pool Refreshing

8,270 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (87,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,886 819,886 00000000000000000000e97a788ac0f5fdf4839f49b564ab6f2c8f88c173eac5 1.63 MB 4,177 116
819,885 819,885 000000000000000000028833c64e754ffb886e57c05e69387f13135d592ce673 1.51 MB 4,478 117
819,884 819,884 0000000000000000000395249aec1f07eb3e525f8b94e91126a20dc665698f1b 1.45 MB 4,493 129
819,883 819,883 00000000000000000001fd730ad946433d04192a061da6ca4e34fc0db2141608 1.66 MB 3,869 103
819,882 819,882 0000000000000000000202d97ade0b786407649f5ea345a5cc3b322f20fd7f86 1.50 MB 3,757 112
819,881 819,881 000000000000000000030ae692127b172069eed83a30f75b36cf9f7b1b08fafd 1.42 MB 3,931 159
819,880 819,880 0000000000000000000200288304b34ec52b868301b3db3519b227e574f81ec1 1.46 MB 4,135 147
819,879 819,879 000000000000000000013987d2ece1b5cd90c8c00e8b4cda040609feb091588c 1.46 MB 4,128 167
819,878 819,878 00000000000000000000ca8d0ececab8c1e74f45726482e6110d777e812c1a40 1.45 MB 4,155 147
819,877 819,877 0000000000000000000242fcc4b277c7d4e379eb2adcd26241170d95ffccfa79 1.81 MB 3,453 88
819,876 819,876 0000000000000000000095edb6c07ab033a761f2c413a9c2887a9a766fb244c7 1.52 MB 3,580 111
819,875 819,875 000000000000000000004383ffcadc70f5ef225200accd5bba5cdbcc7df446ad 1.51 MB 3,242 119
819,874 819,874 000000000000000000014366de971a5ab42a0ef654507f5d806bdcec2039e132 1.52 MB 4,111 145
819,873 819,873 000000000000000000021245d5341f1f15183aa628f87761b27f946904907e7b 1.50 MB 3,492 130
819,872 819,872 0000000000000000000407e24bf9758292ff52352143660204f1a25d8b5387b8 1.49 MB 4,210 178
819,871 819,871 00000000000000000003d734c72876d6072a692edafd1f858ee58e0502dbbbca 1.43 MB 4,152 183
819,870 819,870 000000000000000000041633dcd2bb01ad048d71d5a6fb40df6fbbdb9b0bda46 1.52 MB 3,746 183
819,869 819,869 00000000000000000003e596c983ccfa9161087ff544651c6e43b520b2c36ea1 1.41 MB 3,962 169
819,868 819,868 00000000000000000001e943c54807e944dbb15ef9cafee8fdd88d805131d65f 1.47 MB 3,226 174
819,867 819,867 000000000000000000011f38d8296ab45d8eff68baa2a272e73bbaf2cf6406b3 1.49 MB 3,994 201
819,866 819,866 000000000000000000015d4e531adc1a06e60d24e026ee2e43ef0b31843b5dc0 1.73 MB 3,851 99
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.