Memory Pool Memory Pool Refreshing

2,283 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (712,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,270 195,270 0000000000000304fc751d6d133e669b2d758fdca1eddc07c04835950c2d82a4 0.01 MB 30 33
195,269 195,269 00000000000000380e5bbdd55c46f83322f9d1b852b4dd9a7ac1b969fb9b9c7b 0.03 MB 91 38
195,268 195,268 00000000000004b237eb4e95e82aed30c85a0fe4e36007db45dfdd1f05300eda 0.05 MB 128 86
195,267 195,267 000000000000011d1073ad9d5812e36dd8673f2c00b76cd7158012c73c706ba7 0.19 MB 512 122
195,266 195,266 000000000000012c4ad6d591bf0db9c6fd98e3c6e9a654157997169c1d610086 0.01 MB 32 120
195,265 195,265 000000000000023867ac437fad6dea40b1db592b0981470afd92f7f23536a521 0.07 MB 193 153
195,264 195,264 000000000000065516f1f8c711946088ab5d7ae84a0df0546ae80e293bf686b0 0.08 MB 128 96
195,263 195,263 000000000000066654153a01b5f5e88feba7456a8665e4185e88ff8bd0edb0be 0.01 MB 32 152
195,262 195,262 00000000000004729e6b70aff4534116822d4f831eabe7cd4c05981b56e393a5 0.17 MB 258 187
195,261 195,261 0000000000000565edd3e3435edcdde1c5cc5f80a48e058e5a441c2505bf21c7 0.19 MB 512 104
195,260 195,260 00000000000003a4af96bbc6affcd987fba28ffa09ca0de0db9b5abfad1edcc0 0.17 MB 400 146
195,259 195,259 0000000000000510a46d62d202371ffb15c3fa5b955feaff7f6ddd5e7fba43a1 0.05 MB 166 8
195,258 195,258 000000000000004639268ac2faf114e6c5021b9cad25e8b6e63b1a34432f164b 0.14 MB 351 192
195,257 195,257 00000000000000635c8e2cc1cfcd8571211a7fb060d0e3f72e3ec6ceb7877a7d 0.08 MB 247 174
195,256 195,256 00000000000002eaa951fc78b957a2b79b37d07b2898ce7ce1e4c744fa8d1a6f 0.09 MB 183 141
195,255 195,255 000000000000036b9538834d3d108083f3bdadbad22e05760ba8c1ef8e2b0171 0.00 MB 12 338
195,254 195,254 0000000000000452f12f6d161c92cf890b8c47277787a4879b9d5422d3b2563a 0.10 MB 256 7
195,253 195,253 00000000000005811b96b2e524cd69f802a0ccc75340f51229925c4c931c29a1 0.03 MB 89 306
195,252 195,252 00000000000004099f7a7bfc667c3c8b901bd153ad1da17e91163c04068872ec 0.05 MB 166 279
195,251 195,251 00000000000004b73f976541dc6604eba6edcb067deca3d3ac6e76d472e41668 0.08 MB 130 211
195,250 195,250 00000000000000fa899d05ee3623ad213bfde2a2a42e3dd064111a6ed181658d 0.05 MB 148 82
Previous 10 blocks ↓
Total Size: 769.56 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,649.28 GB sent, 95.75 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.