Memory Pool Memory Pool Refreshing

16,692 transactions
5.58 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,985 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (588,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,168 319,168 00000000000000001d532aaf4e420f55bfe08a79c6d0a0ce7d9c063bd15f4a02 0.19 MB 367 31
319,167 319,167 00000000000000001c5ed0474270b96f293d1e164da71687292dd408db0b6c5b 0.15 MB 252 20
319,166 319,166 0000000000000000278c640645d090c9356aa1789d0d7f3fb6f906e482122ec8 0.04 MB 128 48
319,165 319,165 000000000000000006d803e2659f7f1f66fe8f1f82fe4106623ec8758127c511 0.13 MB 185 22
319,164 319,164 000000000000000024ad6117d9b61fd074b0a434931b7d8e1c005eed18b7702d 0.24 MB 170 14
319,163 319,163 00000000000000001040444a585bef7e0dc2c5821c5da951e68ae2fd43eede9f 0.19 MB 256 27
319,162 319,162 000000000000000014edd690e048757323944373ece81fb570ac7ae6218c891a 0.69 MB 1,029 27
319,161 319,161 00000000000000001d7b12a9eb8c0b02e39596e093f1e131ac32db3262bd42c2 0.58 MB 1,169 29
319,160 319,160 000000000000000011fa637bde84d687484dd513741027865e553688c8ac0b30 0.05 MB 125 31
319,159 319,159 00000000000000002786157c9a2fd0949934f5262398b21e29e6ad96a6a3dcd1 0.30 MB 510 23
319,158 319,158 0000000000000000119203eee018f0f8edb18f035e158b961768c1a2a7e259aa 0.18 MB 358 30
319,157 319,157 000000000000000020fcca6a381f6fe3b5a3dbb3c5b83cdf31078ee9b009ed01 0.61 MB 1,049 23
319,156 319,156 0000000000000000201012fe150f698e0f6f5ccd61a7b6edda1641c70c2bdd57 0.25 MB 622 57
319,155 319,155 000000000000000003d393eaa75b7491023eaa694f9233498c2f148cabedf16e 0.08 MB 187 27
319,154 319,154 00000000000000001d5070f793df66a8549a628696256a82458411c38355f7f0 0.15 MB 272 27
319,153 319,153 0000000000000000084381847942fc4617cb327fd8221c0dccb1adc8ba4c2e94 0.17 MB 340 29
319,152 319,152 000000000000000004d91b44bc71db4d568c59aaea88739992b24594a945b8f9 0.25 MB 442 27
319,151 319,151 000000000000000002b9fa345e2a656437877c1c5e158cdd004b96e6cfc19c4e 0.06 MB 101 25
319,150 319,150 000000000000000008e1a11b5fba9f8677dfeaf1b35470538229df89d387727a 0.09 MB 117 20
319,149 319,149 00000000000000000af62314c654a31dbe55bf7fbac39f22a23d28cb518bfb41 0.01 MB 32 53
319,148 319,148 00000000000000001787ccdcf5e2ca3a422bae02d9a26bf953e7f0f5ab1a137e 0.05 MB 125 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.63 GB sent, 93.00 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.