Memory Pool Memory Pool Refreshing

846 transactions
0.30 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.30 vMB 827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (596,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,388 311,388 00000000000000003c7c5f8822d8ce67252bff3936629c5dd99adae5e8fbe714 0.26 MB 421 26
311,387 311,387 00000000000000001a6da4f08e7591d9fc768f639a673e889263b4540d3df46f 0.10 MB 183 27
311,386 311,386 000000000000000019e51b1387bcb01223850c445f5be27b604724a5e554fa16 0.52 MB 848 30
311,385 311,385 0000000000000000397a924cd422849dcb5538f390acac3fb21ae621d13ea758 0.09 MB 126 24
311,384 311,384 000000000000000005d1fe3e9692b704a696b5c8889dd79b0d0fd2439c88afd3 0.26 MB 495 28
311,383 311,383 00000000000000000351b452711eead5692a2b2a27c7ccac55cef77864908424 0.40 MB 642 23
311,382 311,382 000000000000000019de16dbd0ccae2768380768bd46f809a0eee5a57114eb5d 0.20 MB 290 24
311,381 311,381 000000000000000025899b28ea1ba7929b8b1181a6187fabdd11a513df7c60cf 0.12 MB 232 28
311,380 311,380 0000000000000000301161041d15f0f7cb064ba7083d4574442a6b21cab96114 0.35 MB 646 28
311,379 311,379 00000000000000002172ecfec1860d8adf1da50c7f77695aafbd4c761c1f11f7 0.03 MB 84 41
311,378 311,378 0000000000000000315a71232d03390c4965b5ceff7a807fa70912298825b373 0.15 MB 370 30
311,377 311,377 0000000000000000075f4fe215cd8404623adf8cb79436efe01f217ebf976428 0.06 MB 123 31
311,376 311,376 00000000000000001a581a0c448a25372d280c52e84dc320cfd33e81e42f7375 0.71 MB 665 27
311,375 311,375 00000000000000003f358fc80e2d579550608debbf6d5308fda86b9de8350563 0.21 MB 406 31
311,374 311,374 000000000000000030d8346e22cd91078680992201c8bb63603d61a6180e3812 0.15 MB 283 31
311,373 311,373 00000000000000001e0f3d59bb3ccfaac9c463819fb7f12d6e485053f3f1f107 0.20 MB 388 30
311,372 311,372 00000000000000001885db7982002c9473de5bd3deae82973d1923eada313ed4 0.19 MB 400 32
311,371 311,371 00000000000000002452b69d18dfc84568eddfef9d3f552c4dca885aab9cfd6e 0.19 MB 278 23
311,370 311,370 000000000000000003ca1247b5b64e1a9e7b2a82dbdb6728523727d842d46646 0.51 MB 647 27
311,369 311,369 0000000000000000109c6229f4cda2ff89834e92ce060cabb03f25204bb8315c 0.35 MB 1,045 50
311,368 311,368 00000000000000000aeb2fab33e2267f9befd523b46925ec412a121f5ad839b6 0.38 MB 783 39
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.