Memory Pool Memory Pool Refreshing

5,983 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,261 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,260 (250,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,512 656,512 0000000000000000001079a58d77c05e00bdc5e593972e7ae15fb197deb26c06 1.38 MB 2,403 99
656,511 656,511 00000000000000000001a8ed9e06bcae2cee22073498fa2a960320f7df681cd0 1.53 MB 1,760 44
656,510 656,510 000000000000000000023f8ec821c0cbd58d567fb9aeb98a8d617b8afe5284cf 1.35 MB 2,256 54
656,509 656,509 0000000000000000000aa93d787ef975c20df3a88977815614511be84de1cdd9 2.05 MB 513 18
656,508 656,508 0000000000000000000c529294b4c849a778a8cdfc28d327aa88e523a05d6c13 1.85 MB 816 7
656,507 656,507 0000000000000000000f2ab8d3c95ef0a29953296706840ecb933ec919ce82f4 1.89 MB 1,129 30
656,506 656,506 0000000000000000000872b088b8fa836c9be1931dddb569561062a111045987 1.30 MB 2,160 31
656,505 656,505 00000000000000000002eabcb5758a7d74bbf0c6afe8f7f0f0c1ba2d03cf12fd 1.22 MB 2,683 44
656,504 656,504 000000000000000000092624a1e6b63090021377d3054ccc45f43ba2317f017f 1.26 MB 2,716 40
656,503 656,503 00000000000000000004d3a236f796f33f6a1fc720f4dd91548be06b508b069f 1.49 MB 2,171 77
656,502 656,502 00000000000000000001a7d571a596467202aa1a93911a4bf9151c26d3c36e0b 1.21 MB 1,900 129
656,501 656,501 0000000000000000000002e393abfa5f93eaa615b120971402075acaeb5ef633 1.33 MB 2,617 127
656,500 656,500 000000000000000000104e6179d68af1fd5e6a96a0cbc05d668d09122b256ab7 1.30 MB 1,808 21
656,499 656,499 00000000000000000003d405e714547e68db575d5763d324da2d0f3d7b41e17b 1.56 MB 1,464 49
656,498 656,498 00000000000000000000619b58363515cae3960cb183e72cb72f8450ba0a4b39 1.43 MB 1,365 9
656,497 656,497 0000000000000000000e1f224ea0253936b92d5a85b63b7c481341db8178345c 1.23 MB 2,424 60
656,496 656,496 000000000000000000051b8a95f7f670a0231bb23f1d21be00e12fb479bfc15d 1.23 MB 1,545 52
656,495 656,495 0000000000000000000aea7a8d8e52af7fd67eaeea2917a1843a6c954baadf68 1.21 MB 1,898 57
656,494 656,494 0000000000000000000ab24d2283042e150ce3b65306df8f18d1ca702f148264 1.37 MB 1,725 42
656,493 656,493 00000000000000000003d79f766aa34c0b27878a0ffaedb383bdecfebf82cf3e 1.25 MB 1,958 29
656,492 656,492 00000000000000000010a25202b555159bff6f6c54884247d003ba90adaa6abc 1.26 MB 2,736 35
Previous 10 blocks ↓
Total Size: 768.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,536.61 GB sent, 88.15 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.