Memory Pool Memory Pool Refreshing

3,317 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (138,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
768,991 768,991 000000000000000000061c8b29c5dc172fffe47b5f9821340b118f27b18225d6 1.59 MB 3,475 38
768,990 768,990 000000000000000000045d0c0670fcad5e55b72621303bb4bfd5f06c51dfdef8 1.33 MB 2,288 21
768,989 768,989 000000000000000000031ab894f0392f3ec257b0194a7677c25b7943912d9198 1.54 MB 2,923 9
768,988 768,988 00000000000000000005a6f8115f7dc1eb9d935f69204ebaade2b1468f000a72 1.59 MB 3,645 21
768,987 768,987 00000000000000000002f34210d85a5dec73b1fc37cec08978ece4de748dae0d 1.62 MB 2,829 30
768,986 768,986 00000000000000000003ca662ab56c8bd6372e7f9940ad73ebf37eae60d5cab4 1.10 MB 2,317 14
768,985 768,985 00000000000000000006109d51c8c219697b0f5fcae7b9b9dbd8bb7df7e09ba3 0.04 MB 84 16
768,984 768,984 00000000000000000002c70214ce5bbd9fd83ccbde568a5abbfbb43bda93dfc6 0.04 MB 115 15
768,983 768,983 00000000000000000005851ab8b56dd2b905e355b3e2997ac26081299ca55484 1.05 MB 1,546 14
768,982 768,982 00000000000000000004d132e53e2d2875b87c881330fd7cbbc729e57fe4171f 0.29 MB 508 15
768,981 768,981 00000000000000000007910fa3877519380e71379c9b5363059bf403bb801996 0.67 MB 1,142 6
768,980 768,980 000000000000000000044362c3033463b7ecbdb409e6cdfb0bece6d46136b3a3 1.36 MB 1,873 18
768,979 768,979 000000000000000000071bee282088e180865f818441425adec81967701e3192 1.57 MB 2,298 6
768,978 768,978 00000000000000000006658203e3f4182f8db99f00c1c78d74b7ee620311cd9b 1.54 MB 2,881 19
768,977 768,977 000000000000000000008506ff4a41f629443341a847ee8d8af20af8de367cc7 1.46 MB 2,944 17
768,976 768,976 00000000000000000007c66077595c44d40d6a6e3a4498762e57183e68d45940 0.42 MB 740 16
768,975 768,975 00000000000000000000b03b921444fd04b5ee533a048045c9d155c21115630e 0.54 MB 950 12
768,974 768,974 00000000000000000001101361d86c7e8b8f91f0dbd6ad6adb9f1d5d63942715 0.97 MB 1,645 15
768,973 768,973 000000000000000000073b14f0a7e24419416482f42ab5ef4f8ee581163e4e4b 0.19 MB 141 11
768,972 768,972 000000000000000000050524e3537bfd03021d8ac427b0e2a67829b87e8e7915 0.07 MB 176 18
768,971 768,971 00000000000000000001dc3e275a26b56420dd33e0ff776e83ef4824588bee80 1.28 MB 1,853 7
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.