Memory Pool Memory Pool Refreshing

234 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (3,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,121 904,121 00000000000000000000b31706fe23413ae8ab57539361db45feb5d53c7fb582 1.91 MB 1,460 1
904,120 904,120 00000000000000000001dd44541cfaeeb266ab58db3028004023f0a8364549fa 1.48 MB 3,638 1
904,119 904,119 00000000000000000001ac663e90448d945c85e4f578699fad6f8df4f3d39137 1.55 MB 4,175 4
904,118 904,118 0000000000000000000128324d624ea3167c42ecd6275d99043adc83c55e689b 0.40 MB 507 2
904,117 904,117 000000000000000000022ed1dd19ac817d6aa39f54873890d9b233c46e7bd48b 0.13 MB 362 2
904,116 904,116 00000000000000000000a4ba331c42457bbc05eff9552bf269efdb4d6c7d6eb9 0.64 MB 1,145 3
904,115 904,115 000000000000000000004b2539b6fd8af26cd96602728a1e4189aece0b6fc4da 0.76 MB 1,069 2
904,114 904,114 000000000000000000005428805b710fd752e38fb733d4bd2eb681e380c2c763 0.25 MB 415 2
904,113 904,113 000000000000000000020daf0eaba98fa8817827d0742414166b888462f91dc5 1.72 MB 3,441 2
904,112 904,112 00000000000000000000e761561b6076836c5362a636f4a9f4d64abcef6e1272 0.26 MB 436 2
904,111 904,111 000000000000000000014f3a9701b55203709f5534ac7a179235e9b17e725984 0.67 MB 849 2
904,110 904,110 000000000000000000019b2b2ea1c7a673fa4d477a1600d3918eb50641128f3e 0.01 MB 30 2
904,109 904,109 00000000000000000001cdbeb7e285755740f2f32cdec9e7747a584223913b54 0.83 MB 1,448 2
904,108 904,108 0000000000000000000174001a35ca9b907231e2c80552ab521cc039b9871590 0.74 MB 1,617 2
904,107 904,107 0000000000000000000017992f26e3351b36117182c1ddb747b9863df45236b9 0.28 MB 552 2
904,106 904,106 00000000000000000000500f22b6b8856b6bba6d29cfcb8a5a0c81741d48fb73 0.65 MB 861 2
904,105 904,105 0000000000000000000160f949be955cbde95626b9fbe87936e12638b9d70212 0.07 MB 199 5
904,104 904,104 000000000000000000022f6af1675e772dfd2e1067ab0b205f7e698aba14cc3c 1.69 MB 4,407 1
904,103 904,103 0000000000000000000191d639ef2a05796962b7dd7352730ed46af332ac57ac 0.31 MB 590 2
904,102 904,102 000000000000000000019d37be22c8c5443231380a44c3d27a9a388412c81873 0.65 MB 1,223 2
904,101 904,101 000000000000000000021246a471089626a712fe65c93e4ffe8e7d591f40ea8b 0.47 MB 896 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.