Memory Pool Memory Pool Refreshing

5,396 transactions
2.00 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,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (693,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
213,962 213,962 0000000000000219aff7c4ce0f3d5f9417ccde59118f8dc63f71fec3a7b589f2 0.21 MB 521 176
213,961 213,961 00000000000000d79e553ee5cac613d5c06a6ed5583ad6b0cdfbb642f5ff2f77 0.05 MB 126 173
213,960 213,960 0000000000000041307d6069e12807ac0bd5c754745983bb5ade7d861267ba1a 0.05 MB 137 182
213,959 213,959 000000000000025c5ad8bb576e78456837669aff21943d2ceac3395d522c9e0c 0.19 MB 266 100
213,958 213,958 00000000000002100f9d6d9ff7926f1db6230b952363ee8d8af2172957ddf3da 0.20 MB 417 131
213,957 213,957 0000000000000253af250d8e9b39af05b08d0c7b454afb58ec941d0fbcedd587 0.25 MB 677 206
213,956 213,956 00000000000003bb1f40a74dd1a81afab449550bd3458d074edadcf8e3164556 0.10 MB 256 193
213,955 213,955 00000000000002454ac04417cb412232bb762a21f529040fad87d450a62a5e5c 0.13 MB 226 140
213,954 213,954 00000000000001816484f2434a84cb890d2b0264707122ff1b1d58c1d61b3321 0.15 MB 354 217
213,953 213,953 00000000000004e48e71ecd0edd44ea7545e208ba5ec0d5427ab6504f830bec9 0.00 MB 7 36
213,952 213,952 000000000000022136461af2b8da7e3995e79a925d8011f74965c5a88a8464f4 0.07 MB 163 194
213,951 213,951 00000000000003534c3f5baf943b77ce9c7677fc6064f66c20df061046ee5742 0.05 MB 155 10
213,950 213,950 0000000000000577946ee68467969124425f49ae7598a471a73fb44ed459dbe2 0.09 MB 191 172
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.27 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.