Memory Pool Memory Pool Refreshing

704 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 704 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (713,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,355 194,355 00000000000006db0b3a0fbf32c40b1af98653d91d381900a08acc35724e6553 0.05 MB 129 101
194,354 194,354 000000000000060ddba89bee1b7446bb2ab97a71181d22747f5d5184eba336be 0.09 MB 272 171
194,353 194,353 00000000000006962e3ea00e7eca2a94dd1d2c06f8463b7e87d522a082a67578 0.50 MB 1,323 6
194,352 194,352 000000000000036b5c62738daabefcabcd2f5d34e1ba6ccd9cb2e1eaadbc651d 0.25 MB 594 211
194,351 194,351 00000000000007048c5c8d43e6549bd713248c70db6df1a312f141d143418251 0.00 MB 1 0
194,350 194,350 000000000000031e04056f4400b05880de1c72a187f84e28c0d92e40dbe916f3 0.20 MB 538 220
194,349 194,349 00000000000002cbd62cfee3eea5be4a148e129e48d443011f5dcef32e6907a4 0.01 MB 32 9
194,348 194,348 0000000000000035e5e026a8b48215ba328818594199c76b1244718d96c0719e 0.15 MB 372 163
194,347 194,347 00000000000000148fcd85b1e8b5dfc661d0243bb4031edce9c3e88c91c35c0c 0.06 MB 190 15
194,346 194,346 000000000000047b0ad359724fb7906675ff70090ebdb3454eb74e849538118e 0.05 MB 103 49
194,345 194,345 00000000000002cc768c1db788860901748d147527842a061ed3f8cd11d44bdb 0.25 MB 431 114
194,344 194,344 00000000000000c6797bf7950d2f6f80ffb7483d15085616d970a158e71759b0 0.05 MB 103 148
194,343 194,343 00000000000002a62cb267a29589270e3c1dc0b3d35af3424ea99f3ad631c202 0.10 MB 249 131
194,342 194,342 00000000000002d5a884d75e768460df3e29f042e29ece48681da974077ed224 0.14 MB 348 189
194,341 194,341 0000000000000775a4b390ee1f6aade1a7d335e9a17233d5489155c6adc77f0c 0.14 MB 391 126
194,340 194,340 000000000000050c07fc9381eabaf824ce98c2f3f24cff81cf4f367556796ae3 0.25 MB 347 94
194,339 194,339 0000000000000524040760ada7d068946bb033ccf13c6db37f896d2c4caf1bd2 0.07 MB 198 35
194,338 194,338 000000000000047f174db29b26d312992af1492b6c87dd87ba69d361f94c3d65 0.25 MB 892 313
194,337 194,337 00000000000000ac0bc912cbe51063a784433e89599c0996faeb5028d0fddfab 0.05 MB 161 132
194,336 194,336 000000000000066e7fad5e151b1422ce00833d8f01e05f8b12ea7a6179f38a02 0.06 MB 167 101
194,335 194,335 000000000000073ff529c55fc0bcea4e16c5a1cc6f5d5ac79847f6dc8e66218b 0.04 MB 102 147
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.