Memory Pool Memory Pool Refreshing

1,971 transactions
5.45 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,263 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,262 (906,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,198 2,198 0000000048a3ff4c4fe37c2425e88272e19c720796a6a8b3fe451f46709c83ed 0.00 MB 1 0
2,197 2,197 0000000086941c5a4e7fb7ad5940948cfbbfc23743999293254606eb26bc2a10 0.00 MB 1 0
2,196 2,196 00000000138559989f729ef79ebbf2b47bc24742f94b81007ba733940f574baa 0.00 MB 1 0
2,195 2,195 0000000014a65a70cefa53205e5fd3523696b11a33abb522ebbc2dfd5542e1c5 0.00 MB 1 0
2,194 2,194 000000007eb604956e2f591f9959baf9eaaf6d4eac8f273f5c6cb7c0555444ab 0.00 MB 1 0
2,193 2,193 00000000374a6102801382307c41f9ddb11e089d9a3362a96a84fd849cd51ada 0.00 MB 1 0
2,192 2,192 0000000031fd90c9cb5be9db548a1767c9d3ceddebf9563f4791b858165d318e 0.00 MB 1 0
2,191 2,191 000000003cbf89153b0526e193ed74e5489a98c0b72f974d71c255425861eea4 0.00 MB 1 0
2,190 2,190 00000000990687d0eefcb17b6d04dd6a387ea75ff9233de72687f164e983f8e4 0.00 MB 1 0
2,189 2,189 00000000b0e0b48f8503ce535d51691aad2366d7b0a77da0e7f5b6b9b3fa2091 0.00 MB 1 0
2,188 2,188 000000006b74f30b5794a5317f3997d249ec49021f459807ba95f935836cef5b 0.00 MB 1 0
2,187 2,187 00000000cae563ab1664f9981aadf913f9d8d92712763f43b5a683d13b9fd1ef 0.00 MB 1 0
2,186 2,186 00000000e23049eb5996fd8985fe1a4d033ef5bddc05a5e1cf5f6511398c15f5 0.00 MB 1 0
2,185 2,185 000000006a9a9a493078ad2831b9fa32695d9701019b3cf97114dba87e4054aa 0.00 MB 1 0
2,184 2,184 00000000bf3bce6a2896fc62bdfba48bdd955178d10e4ff15eeffe61ad41f714 0.00 MB 1 0
2,183 2,183 0000000053f12d670dc0188a5f4e8be2f59215ce14eb128c14faf997449b7183 0.00 MB 1 0
2,182 2,182 0000000078c1dfef29ed103d268ce77b6f5afffd0146dd2f5796b35b45d58342 0.00 MB 1 0
2,181 2,181 000000005e03eceb949b01f3e8a4e13382850aae6e7097482661ddc1813b08a3 0.00 MB 1 0
2,180 2,180 00000000905094bf55841908b240d56d7016cc60d49d2ec0bafdfa60edc1dea8 0.00 MB 1 0
2,179 2,179 000000007c8087b2f6ee94537a66e56e6bc0a1b290f2def8557c1bd1bded70c6 0.00 MB 1 0
2,178 2,178 0000000003a92603ab1f2251c09b72d830fedd485d10149b7bbeb0bde08d42af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.09 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.35 GB sent, 98.09 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.