Memory Pool Memory Pool Refreshing

7,194 transactions
3.65 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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (578,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,186 329,186 00000000000000000ad0db513b1bf58b6bbd1fac778fbe41d07faf065e3279e4 0.29 MB 605 26
329,185 329,185 000000000000000001eea7d394eda158f570b9a275a1fd521de60bfd0634f330 0.52 MB 1,108 29
329,184 329,184 00000000000000000bc87934470b711f6f947f31180a12e51e7ad5f6b7559246 0.06 MB 122 27
329,183 329,183 0000000000000000083cd6640012c5d54eae655d7e7a25a836a12c121afec4d4 0.38 MB 762 25
329,182 329,182 000000000000000004b99525acc2b286d599388acef3ef3442e831bea9ddffb2 0.13 MB 106 15
329,181 329,181 00000000000000000b02ff1040e0ed47c61442781818ae4c8a83fedb0fbb040a 0.75 MB 1,649 32
329,180 329,180 00000000000000001ac07018d3662522ee94eff7ae898fb0c6caaa6e70057711 0.34 MB 361 18
329,179 329,179 00000000000000001b021b4ec8ecf0cfd9bbc0987f21da82a0e826fde8f47e98 0.28 MB 716 38
329,178 329,178 000000000000000007b68475ad033102a01484b152e7f4bc147ffffc7e851ac7 0.11 MB 201 24
329,177 329,177 00000000000000000ff641ef8339902a8fdad78b43268cc64d61818c4d50298b 0.32 MB 681 26
329,176 329,176 000000000000000000d19325d40f8bbb7f316fdc112bbde78e17e41a1779b61c 0.22 MB 397 25
329,175 329,175 000000000000000009b1d2fdf819f6cb362eabcb747326f92db329122afec1e4 0.11 MB 245 28
329,174 329,174 0000000000000000075eb05f53be9e187c840bf2447ba5daa6944e0361ecf3c5 0.24 MB 496 32
329,173 329,173 000000000000000010988ce799dbe865f42ea4b5c7ced5433cdea1f07fdc5ef9 0.32 MB 614 30
329,172 329,172 0000000000000000136f33ea79da8a9ee1ff4855c19202e6aa67316124722cd7 0.27 MB 494 26
329,171 329,171 0000000000000000060d3f7a551156fa6486d95e2b800ad98ca5744b733b73c6 0.02 MB 64 17
329,170 329,170 00000000000000000307245542bd00a27937ad9b0f1977976f2af3d11e25481b 0.40 MB 613 25
329,169 329,169 000000000000000013de0c99e5e92b9f653d42015184e226d2766fc333a6f0b4 0.47 MB 604 16
329,168 329,168 000000000000000014a639d87e8bbc1745b4910132904e5ce6c4748717110065 0.75 MB 1,708 32
329,167 329,167 00000000000000001569df01e3e4e6e3c44ee8e570d185bb19151e7d8de0e37f 0.33 MB 651 28
329,166 329,166 000000000000000006fd5cf4c9b1a8517d2b797f2c4f009fba564a129ec400d6 0.06 MB 122 28
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.36 GB sent, 93.03 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.