Memory Pool Memory Pool Refreshing

10,272 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,055 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (184,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,265 723,265 00000000000000000004ffc708a011a2a7bc9b38b19c52800329fba18a6f867c 1.62 MB 2,385 5
723,264 723,264 0000000000000000000a7d1559c687eada3388b1464523531fe8cf4c718a84b1 1.49 MB 3,079 23
723,263 723,263 00000000000000000007a1eb22c5b65eab9ad93a801f4e14e8a18d3e7ed3e820 0.59 MB 913 6
723,262 723,262 00000000000000000000bf6d705e6be4962c6d978429426a07a1e937616c53c6 1.14 MB 1,563 5
723,261 723,261 000000000000000000010f2cf5144cb3f8282d1b6f2f9234c30267f69f537a27 1.33 MB 1,471 5
723,260 723,260 0000000000000000000a63fe80fda99f7a1c2cb3f71d165b9f678e83881d5fd6 1.32 MB 1,902 8
723,259 723,259 0000000000000000000869ed9e43f7a8a1480b10be1f32913c78c91088dc9130 0.29 MB 419 6
723,258 723,258 00000000000000000000c971226f2de4d8746cefc14c7e4d8f63d1548af93535 0.18 MB 402 9
723,257 723,257 00000000000000000003fa1f5efa01612d4f5a14938dfc95aced833faf70b699 0.38 MB 689 6
723,256 723,256 0000000000000000000956c620bbf30e7c2d45d4f304aa34481f3243be0010c9 0.26 MB 438 9
723,255 723,255 00000000000000000003f93330e858122c5de561d41bf1c2021aa438d6555f17 0.93 MB 1,430 8
723,254 723,254 0000000000000000000805adf5da432574bd73fa45d6e4e78565e9ca7c76dd8a 0.39 MB 862 8
723,253 723,253 00000000000000000007ad820b35db8a58215dfd3fdf03cced31c27e59298148 0.83 MB 1,327 8
723,252 723,252 00000000000000000007065ed39f2d1fb39dc4a458920103179bb04f3e6e74ed 0.77 MB 1,414 8
723,251 723,251 000000000000000000051a70f3f5d8ebb5ead00d003a5fd35f256b99ed3076ec 0.11 MB 171 9
723,250 723,250 000000000000000000052f28e42d9eafebfe09d7f6582d9ecead350f8e904655 1.16 MB 1,519 5
723,249 723,249 000000000000000000039c8afaf12371a123773414592716e882463d4ef54282 1.49 MB 3,238 12
723,248 723,248 00000000000000000004af95c00bf8450dc91b42d165b104afe554befedd0406 0.48 MB 730 7
723,247 723,247 000000000000000000037ae1827f095f37b7887b395099658bd6c5f9eaeab990 0.81 MB 1,450 7
723,246 723,246 0000000000000000000971ef29ca8b4a3decd05e3bc3f84f5ede803bf0bfa71a 1.51 MB 3,139 10
723,245 723,245 00000000000000000007756e84d417a448806475b476d7b0796d79d1a4e1c9e3 1.50 MB 1,343 3
Previous 10 blocks ↓
Total Size: 769.24 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.01 GB sent, 94.12 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.