Memory Pool Memory Pool Refreshing

2,743 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,712 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (47,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,150 860,150 00000000000000000001ca7b344c01b2f096f8cb2f0f792f42c4771de100159c 2.29 MB 4,269 3
860,149 860,149 00000000000000000001706c3db79651c0f4bc9e5437b23ba23c92bfc81b818b 1.78 MB 3,199 7
860,148 860,148 00000000000000000000a7177888928a26e599f9ed8ad0dae6c159dc021709dc 1.61 MB 4,728 4
860,147 860,147 00000000000000000001e947264d029a58127283e46be783832d194358e04185 1.64 MB 7,098 2
860,146 860,146 00000000000000000001f9120b0a26a2423cda0a805e0de1fc37a25f3ff86a82 1.68 MB 3,313 5
860,145 860,145 000000000000000000030375e7d83b6ac10f0979c5ca6cd02917da44ef14627e 1.70 MB 2,853 6
860,144 860,144 00000000000000000002d216f47d9425a2deff7d1ee526f905767b367e53a9aa 1.78 MB 2,285 4
860,143 860,143 00000000000000000000967af5bf56c26611a1155ae97c9d17e31ee37852b63a 1.77 MB 2,637 5
860,142 860,142 00000000000000000001ac93e805f087906a040c9f9c63bf518cdd6d0702f856 1.58 MB 2,903 10
860,141 860,141 00000000000000000000e90ef43d2f07f4a4018478a41a9f5777e48ccf714d56 1.47 MB 2,841 4
860,140 860,140 000000000000000000010d2c452aebc14f1c46c55646cc0e6149e708e85fc81a 1.65 MB 7,065 3
860,139 860,139 00000000000000000002a7bd89673a12ca6049e190276471b5dc99a64d274cdc 1.65 MB 7,543 2
860,138 860,138 00000000000000000000d50063740ed6653b0c57ea5cea3dd8ddd4eec6175a0e 1.72 MB 4,115 5
860,137 860,137 0000000000000000000124e68b59864076c431a5fe59f0dc7b61b3955d97ea49 1.60 MB 5,558 4
860,136 860,136 00000000000000000002c380e640397434982330a8d56761a824ef0d3f4ac368 1.63 MB 7,345 2
860,135 860,135 000000000000000000015c53ab4d46399d2aaaa43cee82db5c414a6b6f116edc 1.58 MB 4,521 4
860,134 860,134 0000000000000000000149ef490d8813549a5017d5d1571ff93b0056740ca5d6 1.67 MB 6,948 3
860,133 860,133 00000000000000000001d0c58e55bd2f0165ede60e52cc0842aa56b2c4ffcbab 1.60 MB 4,226 6
860,132 860,132 00000000000000000002a442f3dbc48da5215009aa0a5651f04732ef42758b02 1.62 MB 5,553 4
860,131 860,131 000000000000000000015a2518ec89588b703013e8f1af6a1c3a635ece5e054c 1.65 MB 7,652 2
860,130 860,130 00000000000000000001cd2179cbf0395f5aa3dd6f0e2237097656bc8f468b3f 1.66 MB 7,233 3
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.