Memory Pool Memory Pool Refreshing

20,600 transactions
14.68 vMB
Show Random Selection Loading Transactions
Max Size: 86/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
902,855 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,327 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,854 (764,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,314 138,314 00000000000003a36544f76ebbb46d9f0c889dae0e2e9d881aaa15592d10ec50 0.02 MB 56 116
138,313 138,313 00000000000004959bf100684c20f0691a6f17d40c45f4b917025d343d689096 0.05 MB 147 166
138,312 138,312 00000000000001fcf1965ec4657266ec3035df393ac7712246626937aea7d1d9 0.02 MB 62 242
138,311 138,311 000000000000076f4242d9c689dd9b3ee6d336a1a6c0069e465cb82de4f5cc42 0.01 MB 21 537
138,310 138,310 000000000000053eb965138e350d9eb4a413c15bcca4c9328f76f3c8d3e50c03 0.05 MB 86 106
138,309 138,309 00000000000007e8133b07c0de1956cda82ae435833786bb32a9dd363859c204 0.03 MB 110 103
138,308 138,308 0000000000000084f166f965283fdeaddf654c45ac69a8c56a84e3e33f044630 0.01 MB 16 142
138,307 138,307 00000000000006eba4f3db95f921ce866ce8c2196d7727a7b3449aae9e2ae15f 0.01 MB 11 40
138,306 138,306 00000000000008bf67058673716ef6905977c4a6772fbeda21589ea381b594ec 0.01 MB 51 176
138,305 138,305 00000000000008d7d10cd6a0653047d9390b7189252583af1d805b8a479e5dd2 0.03 MB 108 133
138,304 138,304 00000000000004f5229f3f99b1aaef425a53a122a2d2be7597a377fd68de70c9 0.01 MB 28 174
138,303 138,303 000000000000095c365e16a3f44b53d52cda046cee78355950bbd5ae46c01a48 0.01 MB 15 32
138,302 138,302 000000000000035cc4a406dbad9784a73174c032c126f420bc97a94c6ab54e33 0.01 MB 20 142
138,301 138,301 00000000000005f66242fe5cf422c38eaa3fa3dc926d825a1265e7235909ca07 0.01 MB 13 192
138,300 138,300 0000000000000093dcaae4ee875c5496318f0ef8fd23a8b24c7318b109e1c05e 0.03 MB 50 357
138,299 138,299 000000000000075483fc4e1a256888e264d82a847a413bf118d5dbd16f8c9d29 0.00 MB 7 13
138,298 138,298 00000000000001d5aacf27d797f83ea88601dd07e84c96ccb3a765ff072b0e73 0.00 MB 3 0
138,297 138,297 000000000000097127c959680969d34cc517266ec15b1d3a3b1e2b0cd633101b 0.02 MB 88 131
138,296 138,296 00000000000008d996829185d8e832a55f8012170715617c3c972d16089ed5f6 0.00 MB 6 7
138,295 138,295 000000000000085d7cb680d872981b0cdd9e5fe901a5e4232c908aa96511ea75 0.01 MB 42 94
138,294 138,294 0000000000000894102389cf0ea934c3e72e0186a41aa23f8a9f0b2e00a7b123 0.01 MB 28 248
Previous 10 blocks ↓
Total Size: 760.65 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: 904.86 GB sent, 49.83 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.