Memory Pool Memory Pool Refreshing

2,912 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.79 vMB 2,897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (42,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,908 864,908 000000000000000000015e2ff504576ccdd1993d43b4f8fc41da3d5fb4aa0f86 1.60 MB 2,080 5
864,907 864,907 00000000000000000002b2f61285f1feb81117502a411cca04bbd352db8cb4f1 1.46 MB 2,016 7
864,906 864,906 0000000000000000000243af860f77b99aae502c759123d0fe264da8ea62314b 1.74 MB 3,128 9
864,905 864,905 000000000000000000026d28d902448d1a7b88da0f9f59e83d2767c3caf0d176 1.56 MB 3,673 11
864,904 864,904 00000000000000000001de0f654ce6f35c8d29dbe21bc44cb6cbea2227eca796 1.59 MB 3,431 15
864,903 864,903 00000000000000000002791de38f6612dc54960f2ae4a15b384667e3bbc8ca40 1.63 MB 4,009 12
864,902 864,902 000000000000000000001a4751fb83d96a3df060863625a8acded16b9ad8ce78 1.47 MB 5,208 18
864,901 864,901 00000000000000000001f3bba4c04e469ba575f4e72b389de04168c4107f221a 1.55 MB 5,296 9
864,900 864,900 000000000000000000018527ec0dd5aab04780fcde35f192f1fdc41b5f7f5a85 1.53 MB 5,410 8
864,899 864,899 00000000000000000002a147bef91a7f54e66500a46ba40c1045ed23a37f192d 1.47 MB 4,398 10
864,898 864,898 000000000000000000024d5f5d99f2d0c310d1ee8c85116a2159400f80f8b6d9 1.47 MB 4,844 10
864,897 864,897 000000000000000000003110cd3d3aff17c2d325fe90b4a119d8565f021076ee 1.51 MB 6,395 11
864,896 864,896 0000000000000000000060796627b3ced2a45b9658186931b862dfa19cc16dad 1.46 MB 6,562 11
864,895 864,895 00000000000000000002cdffe1703c91710b0fd227c8ff167cf003ad13b20861 1.56 MB 6,291 12
864,894 864,894 00000000000000000002f610b95e5b6af7ae39da5348f8c332e3a1db5a86a8f1 1.44 MB 5,602 6
864,893 864,893 0000000000000000000070c258f03b468175598cb04f715b3bafdc2e393d5c40 1.47 MB 5,399 13
864,892 864,892 00000000000000000001e67371dd779102331f02f9af440c1d90b813c6fa8973 1.81 MB 5,402 4
864,891 864,891 0000000000000000000093ceed8d2ace1c47a57243f846806a29bd79ebc59e58 1.80 MB 5,469 3
864,890 864,890 00000000000000000000401d857b9750883c63da164a6b3bd99b32e3f31530c2 1.68 MB 4,956 3
864,889 864,889 0000000000000000000047a4a52d4656eefd49bcfe310c55c961a5633dd5b71c 1.85 MB 3,681 3
864,888 864,888 0000000000000000000299348f365b0cc04db5e8470140af638fb3af0c9da138 1.51 MB 4,878 6
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.