Memory Pool Memory Pool Refreshing

6,251 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (693,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,983 213,983 0000000000000201d49823000b2b0ddfa67d838c39d73cde97a51b86ba4faf41 0.10 MB 118 119
213,982 213,982 0000000000000436df2c95d4652b948401fdf23e014d5eefaeda6197bf948592 0.01 MB 36 178
213,981 213,981 0000000000000375a3ea7c1377867d3aeb8b4574e233435e798a5d0ff2e29775 0.01 MB 27 7
213,980 213,980 00000000000000e5c8af70e6d24994f862a4b7d1b58066a1eecbc099da839f5b 0.07 MB 131 164
213,979 213,979 000000000000010c513e7a17eb09f702620626d384d566f284adee0c987303a4 0.01 MB 11 112
213,978 213,978 00000000000002b18ba882fa6582228b4a3300526ae81a57a6b7fb71420ac2a3 0.10 MB 181 223
213,977 213,977 000000000000058e9091ec8966837c77d1e99c875da7ca64db3f9af721776c76 0.05 MB 129 159
213,976 213,976 00000000000004609d3cc8803cd99750f1f6f162d99fe318ff6af9b55e81c5f7 0.11 MB 162 123
213,975 213,975 000000000000036b84ec6d657a314e569d845d2c888c5d91a83f9a407f6ddbed 0.02 MB 32 130
213,974 213,974 000000000000046c1b9caa990c9194278db5da4752ac5643b73f63cd90e07975 0.36 MB 481 107
213,973 213,973 000000000000042213fe305dc07e0021f34ae6fcfde05da42eda13344d47fee0 0.07 MB 100 114
213,972 213,972 00000000000001f8d54cca67237a14720a1146ffd7367b994f235bd52b831008 0.00 MB 10 0
213,971 213,971 00000000000002a9351dfaf3f140873bd6b2235512d7435a25097df614b25878 0.09 MB 143 121
213,970 213,970 0000000000000574adc2bd0d59500c6c66a25231e0582074db205b043ec8c058 0.13 MB 313 288
213,969 213,969 00000000000005844f24e953577d670c48aa23d3a833a796ad053f117522d45b 0.30 MB 263 80
213,968 213,968 00000000000003473c4bf13133801b6ff4bfbf50d2031a7d0d60ee779f4aeeb5 0.14 MB 257 129
213,967 213,967 00000000000004755aa4d5260304140146ec25f4cda23581e60ff26fb1bd7db5 0.01 MB 31 65
213,966 213,966 00000000000001775eee955e447b29143ab025c71b22281ed9f947f441eb16a6 0.05 MB 128 100
213,965 213,965 00000000000000575adde1e77c8cf85c6ee3b97e9637e3cb7f4568c9497741a8 0.21 MB 335 112
213,964 213,964 00000000000004684423588b2d2d008767ced5475d950324b7ba8541f1ebe033 0.17 MB 403 213
213,963 213,963 0000000000000084780d6a2e8ea8de9e78b278c68e3ba3c95bf9976ab9197203 0.21 MB 276 119
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.