Memory Pool Memory Pool Refreshing

3,403 transactions
5.88 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 ago 1.00 vMB 3,284 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,262 (900,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,687 7,687 00000000f6873d893b86cbadc256db177cc7fa6f7c970dc2d9fdda7d5575b27d 0.00 MB 1 0
7,686 7,686 00000000921e00a5a6d80d8ccf201db757941594e98afb128c18b5b19f63f4e1 0.00 MB 1 0
7,685 7,685 00000000038394ae9db16d211b90453c249291f3a0bf5567d60b3447d6353a8b 0.00 MB 1 0
7,684 7,684 000000009a94c63fbdfe0d037cd520fa47972b857d218b6362981d12c37076f2 0.00 MB 1 0
7,683 7,683 00000000ac6d253d46fb08d451a714c3356c96bbd64833350dd2d1e4dc5a0cae 0.00 MB 1 0
7,682 7,682 000000002d8cad650759e8cabda86e5a6bc824d23c493950f890144672f7ad1c 0.00 MB 1 0
7,681 7,681 00000000dba122187e4b66b0ef56e08dfa8b10de1b11f7024d94a83fbd03cb12 0.00 MB 1 0
7,680 7,680 00000000d4960de3fcb6a1afc2808f83d47ee1e9435dbb3c7b79d45af0130625 0.00 MB 1 0
7,679 7,679 000000007b229871f2754cc07dfd2c43c4a365ade1ffdfd8e6e4df91cacd548f 0.00 MB 1 0
7,678 7,678 0000000054c0a09c2e117a91de7d8ef14622401ce819f8b3311356b3feddb373 0.00 MB 1 0
7,677 7,677 000000009dc6fb77901a725e54e43cd61a5b96b23c60a76ea62ad186daa83c0d 0.01 MB 2 0
7,676 7,676 000000007af9c512fabf297e811f7bc63230e165745fcff33f192f8cdae15a4c 0.00 MB 1 0
7,675 7,675 0000000001a786952d564dc9f094b7198b509eac6783583b52e1d800ec2c097f 0.00 MB 1 0
7,674 7,674 000000003829f9dca9992cb57be455c82332804ea5cb4ebabc316955eb982b56 0.00 MB 1 0
7,673 7,673 00000000433a11e2590d8d0fe62fd8a32aafed850584b3fe1f837109ea23df7a 0.00 MB 1 0
7,672 7,672 000000009792577a31d565fba6c9b4ef45ac219c3fb2d8fd76d1189a79885ce5 0.00 MB 1 0
7,671 7,671 0000000015efcde5bd5c82d81cd6a4f8f7b8a8cbe16c9190735ca3e054b3ccf3 0.00 MB 1 0
7,670 7,670 00000000ff0f28a34a9fe0eca704612149b0ab4317ec75f37e86c41adba879a2 0.00 MB 1 0
7,669 7,669 00000000cd78da22f490f21db457237ac26725852aa58aa0650cb4e1c6885a47 0.00 MB 1 0
7,668 7,668 00000000aa2ad049e5189761e4e1e1e1dfda226cc3ff615da71080edc896f0ae 0.00 MB 1 0
7,667 7,667 0000000041904cbd0779990fc4403194e093447a18a7c5a7c2d820dbc2497c81 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.10 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.