Memory Pool Memory Pool Refreshing

2,688 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (796,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,032 111,032 0000000000003c4a217eaf7021fbdcb907cabbf8f544bf765467c87d0b56d8e0 0.00 MB 12 0
111,031 111,031 000000000000ee280e4c30733363ffaeff822b8945ca57ea3d1df6b919c91cab 0.00 MB 11 0
111,030 111,030 000000000000a2b5a79f6bf280118e9f99c548f50b59baaf8899c55e5fb43a47 0.00 MB 8 0
111,029 111,029 000000000000fdeea9f4a4f7e91dd0f90776a79595613e453c43285e81480a42 0.00 MB 13 0
111,028 111,028 000000000000937435d55530a2e98ccba7c4dd4383a8397e57f1d4c866b5d2d6 0.00 MB 9 0
111,027 111,027 0000000000007b2823ca036e0cd7e80e4fa66c2a067189524cc36247fd83b70b 0.00 MB 7 0
111,026 111,026 00000000000099c44acfa5b6cb5f96eebec68c5a96913b1492f468e267b49dd9 0.01 MB 17 0
111,025 111,025 0000000000003f21eb5a94e4273dd588cb2cb8571a84c6318debb0d7ebdfdc18 0.00 MB 13 0
111,024 111,024 000000000000b1ffd026beb984ca510a67de5604af5aef9cd3dcf65807832ec8 0.00 MB 10 0
111,023 111,023 000000000000967ec59c47bfbf5fc7ad6e25b445712a09b089f0bd426555e131 0.00 MB 11 0
111,022 111,022 0000000000006dffb9271c6ea85390350d02fb3bb3cd7eeaf5664e2ed223a5b6 0.00 MB 11 0
111,021 111,021 0000000000007886b0b8050d8e2fcd05f9bd54cdfa89b97ab66d3a06b88ea631 0.00 MB 11 0
111,020 111,020 00000000000073f2d5d5e522fcdf11f32bbf0ab22ec7da81eb1de2c287b16f0d 0.00 MB 11 0
111,019 111,019 000000000000cff02b72e768224592464ffea2877ad7224a2c51c361d04e1410 0.00 MB 15 0
111,018 111,018 000000000000ce23d963a91ffcbe08f1392c5b2f4cdae4b7e1987ec7f4c374ae 0.00 MB 10 0
111,017 111,017 000000000000dd74ee8c4b68c014824b5e92419e211606272a0277b6e8ced001 0.00 MB 9 0
111,016 111,016 000000000000ad81f3521fa8e0bdc94155eadb745aa5493825086660181ad7ad 0.00 MB 12 0
111,015 111,015 000000000000d671f105e15857125b5edbe47d1f08726cea9b50452b66bf154e 0.00 MB 12 0
111,014 111,014 0000000000000aaa9a6d29a258589e113e9890680381f9fb4a08e5cff1623d80 0.00 MB 18 0
111,013 111,013 00000000000064fc7dc257b353fda6bfbad499aa75a289394592a285d832dba2 0.00 MB 12 0
111,012 111,012 000000000000c3cb5f0e4f78559e1ceb10030a53ced395a527d83711959a1509 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.