Memory Pool Memory Pool Refreshing

10,179 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (591,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,694 316,694 00000000000000002c54efc91a9c88f030ac8be8b07ccce1fd743769fcee0d7b 0.04 MB 48 26
316,693 316,693 000000000000000005aa1d36c3fc6e722fd78e10419cd839d6fc05d0a4d37d43 0.15 MB 292 31
316,692 316,692 0000000000000000260901f9988f1739adcaf2a861aa4cfbbc203e6d96504c85 0.19 MB 425 28
316,691 316,691 00000000000000002736f3df5dc6f939806df0906854aec43f2184513a236ddf 0.56 MB 940 28
316,690 316,690 000000000000000002f33c39aa1ea483dc598a2bb8213ce8445d59d9c0a719aa 0.27 MB 351 23
316,689 316,689 00000000000000001adb5eea33240377f91ef65e7223736426811f3c1e77555f 0.14 MB 313 35
316,688 316,688 000000000000000012f0eaeea27f1726b258b10f521190cf37a3a00645ef9788 0.20 MB 349 27
316,687 316,687 00000000000000002742177b39a215a6035c8cf9bd62d12af7d910f117d1dbbc 0.03 MB 65 32
316,686 316,686 0000000000000000268b2ed7ffbd6c985397eb86467fc00984880d42878b1f4e 0.14 MB 256 26
316,685 316,685 000000000000000029e986276f2e1740a7eb8b799381de0a59030e4869f6a3c7 0.06 MB 60 10
316,684 316,684 0000000000000000135fcec3f92e2b8f3b5c485def4bce419f04a767790331a0 0.21 MB 385 31
316,683 316,683 00000000000000001955554ab912bf1a14566da7cf7d5afc46e3216fc190f6d3 0.34 MB 691 30
316,682 316,682 00000000000000001639679c8356dce62818d6661aa080b95b878714f00ade54 0.04 MB 81 25
316,681 316,681 00000000000000002527266f73e4aeb323979e0d6176c95ea2f13e793e07280f 0.38 MB 289 15
316,680 316,680 0000000000000000183f753e376f7591ecd19f855b481a43e0ed06e766b7743c 0.25 MB 700 39
316,679 316,679 00000000000000001fbacfe76761351ebdc184c9e2b7b7b8b0580ffc8b740dd9 0.21 MB 438 27
316,678 316,678 00000000000000002d8d971c3227210aead68cf2bc6840464347305af40dd505 0.15 MB 331 32
316,677 316,677 000000000000000024f71e066ac4a414843aa63f37ff8ffb0a8bdddcf672f247 0.15 MB 343 31
316,676 316,676 00000000000000002608bc26035ba3233e8f85444f2f149105ef853c2bd9160c 0.15 MB 315 30
316,675 316,675 00000000000000002588b516e4792d0a17f8eb7019d9a41f71aa4882728b68b7 0.07 MB 121 17
316,674 316,674 000000000000000001583cc8b8d717d05b3baebb291878dc2145d4f68b61b1ce 0.13 MB 285 30
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.