Memory Pool Memory Pool Refreshing

5,522 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (727,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,982 179,982 0000000000000615e8d0eaf1d253c0816b556c7e9e0b7c064e82b5e816c05a5a 0.02 MB 39 202
179,981 179,981 00000000000004cfa8ce2cff197cedc691691e17e0662da6611bd0f464b56832 0.00 MB 13 17
179,980 179,980 000000000000029d75ae0fb1ed4d6391f7d9eb2cd677479213539fa7f89f0fc7 0.02 MB 53 214
179,979 179,979 000000000000053fce8980aba67915437c662da10f4b04a596d158a777e223d5 0.01 MB 23 212
179,978 179,978 00000000000007ff4911eb6e3c0420ed527ae29302298d95a8eff2addcad58e7 0.02 MB 65 90
179,977 179,977 000000000000020862d43bb8f1ec80006e023ecbcf6b5282ce5a34dfd7802491 0.02 MB 45 102
179,976 179,976 000000000000070eee8d733ef0d751dbdd61e07a465544334fab32bd654cff4a 0.00 MB 14 0
179,975 179,975 0000000000000160ca147c128eccdd11eaff65e71ea5e0b901cf41d2ec59019d 0.01 MB 32 164
179,974 179,974 00000000000000cc30f8743ee33cf478b467c8018f93a131193edcd9bd0c557a 0.01 MB 40 151
179,973 179,973 000000000000014947fd49dc719743ca97351db7f531bf76a6c65aebcfa26aec 0.00 MB 15 87
179,972 179,972 00000000000004bc1f32e095ed980651572c424bf9b0d6a37dea172956d966e0 0.01 MB 24 111
179,971 179,971 0000000000000292ed7e987a607e473d4b34bd387fdcaba09d50a1ef983c6415 0.02 MB 76 65
179,970 179,970 000000000000084763a48fe63e7ba6765f6abd2435523d3e3509880f3d517d96 0.12 MB 253 140
179,969 179,969 000000000000031e08ba400e83192b3b9b44a1db43c01f3913226302040fe5c5 0.05 MB 130 254
179,968 179,968 000000000000088eb42b4a64d00fb19c40dc96d08c9e62f56f95c3a67732a4f6 0.00 MB 10 85
179,967 179,967 000000000000029dafc528c41b2e1757f0d9da8c56e1d0421440eb534a64092a 0.01 MB 26 108
179,966 179,966 0000000000000615f486af3abd37302997797d7cf6e187b227e99c336a236752 0.04 MB 77 142
179,965 179,965 000000000000082e4867b3827d7ced50934468f3a30a6994a33049b33353c0a0 0.02 MB 45 120
179,964 179,964 00000000000008c6baa67eb8c1d852f176b6415a619e01dd8e898dc67f66c4ca 0.06 MB 134 134
179,963 179,963 000000000000013885200f0efc41f5b814c52cca5a47d0e11030121d8d0f233f 0.04 MB 120 90
179,962 179,962 00000000000007f2afdace038920b418418d88e28af9b3e9b2eefaf4c5979fe7 0.00 MB 12 33
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.