Memory Pool Memory Pool Refreshing

3,046 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,278 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,763 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,277 (814,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,113 94,113 0000000000061840fc1165f9e2d4c48c06f197913b199a1d845bb2145a2bceaf 0.00 MB 3 0
94,112 94,112 0000000000048722b727ca3da82a864957769a61e8bb8cffb44a4cc664b01a58 0.00 MB 2 0
94,111 94,111 0000000000001715b42e42fdc9297963d42edf6078ca6d44bf4cfbd605d73c24 0.00 MB 1 0
94,110 94,110 000000000003650d61a411ce11f51d982e88b58001815b986eddc693d991e80d 0.00 MB 1 0
94,109 94,109 0000000000067d7728adc5a634c7d9830a6a4f0f9e8e6645d02b8cea046f9993 0.00 MB 1 0
94,108 94,108 000000000000a9d79174b1d20035cd96fd6b24e123f1751501b6d3884e036699 0.00 MB 3 0
94,107 94,107 000000000004b55ebbdf2537734ae0ac67b135720961e55f4cc2ac11add4f42e 0.00 MB 5 0
94,106 94,106 0000000000026b313bbaf1835fe77b4103e7f0407e5a8b0299acaa1718f22144 0.00 MB 1 0
94,105 94,105 000000000001a0db39ce38595aceab4c6bb7a0a844ecea9faf46dac024bdfb0e 0.00 MB 1 0
94,104 94,104 00000000000224385bfad684bb541aedf404b07ca8d642f961ade34b0cd38b2a 0.00 MB 3 0
94,103 94,103 0000000000071a12979dd25c0c08483d2ca6196a7ad6fe90f00dd98e1e275016 0.00 MB 2 0
94,102 94,102 0000000000088e36cfdd106d3ed336920ff85885dd14c5f4c7a5319ada736992 0.00 MB 1 0
94,101 94,101 000000000001c7f35fb840be14d1922135f5edd65a13bae2505e7d262faa32e1 0.00 MB 4 0
94,100 94,100 000000000003fcaa59ce84a09487d0c9f19efe4052a9123552633f1fec712e1c 0.00 MB 6 0
94,099 94,099 000000000003b8efce6368f4861c43d2093ecc1553c6636d6f71d956bc30c9c0 0.00 MB 2 0
94,098 94,098 0000000000061f5945da8b044f83f8c249534c8457fe3d94ebb859ea8d945751 0.00 MB 1 0
94,097 94,097 000000000009651154a5d8ac5847d4e821f6bc5a4791a441a219315b974f2e54 0.00 MB 2 0
94,096 94,096 000000000004b93ab26e8b0a28dd8ec0501b1b1bc7afbf38c030e3adcbd0ab06 0.00 MB 6 0
94,095 94,095 000000000006c23c2065fd44c432da751d6ac894bb326b41b5da824c1067b76c 0.00 MB 1 0
94,094 94,094 0000000000001cd4d152b816e93ea87924d75a7916bfea7a11f031f36e64dcf9 0.00 MB 2 0
94,093 94,093 00000000000495dcd3d348ccabd583b13249b1bcb3eeeff96dc9712b5be9c78b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.82 GB sent, 98.19 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.