Memory Pool Memory Pool Refreshing

1,066 transactions
0.35 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (3,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
904,100 904,100 00000000000000000000bc16f1eb8fd610fa72b7489be45932cd3a925142da75 0.17 MB 248 2
904,099 904,099 00000000000000000000826b83d1292f31493d13809c349a400ba7d9d5735ded 0.09 MB 232 2
904,098 904,098 00000000000000000001097a821cfacb92aa4a4fa9fac1fa727eba9e21c3f2c6 0.05 MB 80 2
904,097 904,097 00000000000000000001924ce4b97830a5b955d30a32dbd6b370d6f6f4775519 0.21 MB 370 2
904,096 904,096 0000000000000000000127fd9ac723b675a6705d0dea6b609848a2d3c492a70e 0.79 MB 1,563 2
904,095 904,095 00000000000000000001c5c11a61c761dc688a983177733e60a43d60360e63bb 1.80 MB 5,696 0
904,094 904,094 000000000000000000024e5306857b4dc6c531b5b62daf39455efcfe420152e7 0.74 MB 1,051 2
904,093 904,093 000000000000000000017eac906f2dbd8d663f21a9a3ce27c5997af2be706fa1 0.39 MB 910 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.