Memory Pool Memory Pool Refreshing

6,381 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (897,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,165 11,165 0000000050275744d830460914bd38267dd5a43ac4826a3180bec6c03a167886 0.00 MB 1 0
11,164 11,164 00000000aa5e7ad01ea858bbfa429e98fe28160c3de539487bc088593b39ae97 0.00 MB 1 0
11,163 11,163 000000004204b5e5193fa68c2b06cec06cc18b33b334893151646e55e011288d 0.00 MB 1 0
11,162 11,162 00000000c66cf2d838385a93dd50acd739c885532d85368f5f2982367b36e19a 0.00 MB 1 0
11,161 11,161 0000000090af9aff2d7658c58adc1e1b46a23991f484be4001e2b84eea54a723 0.00 MB 1 0
11,160 11,160 00000000a9de11df326ee0d8b663e99547459a2dbd7619f95e1c59e46111b8b6 0.00 MB 1 0
11,159 11,159 00000000251bb0f5c39593e91eba1a082d012813040be34a634d135c30c1e9cc 0.00 MB 1 0
11,158 11,158 00000000fbbe6ca33099f7f95476b2d3991ff88a7b23f2921c88a81f2329b831 0.00 MB 1 0
11,157 11,157 000000001116c4f10d78055b7396e58b5526574a2a74be1adca6b4b4b3f5b23f 0.00 MB 1 0
11,156 11,156 00000000c0a8ffc7b6e77645eed0ed77558066103b6570106004ed315944cea6 0.00 MB 1 0
11,155 11,155 000000002267652a1613fc68a8fc00ec6d6ffc1771484fbd598565c1029a3199 0.00 MB 1 0
11,154 11,154 00000000acf09a66dcb379de07f5f2f7305a97383ccd9fa1d87a90f2a7b36f5c 0.00 MB 1 0
11,153 11,153 00000000a630e2695d98b11707d053b12c583f58976f8b4ae6a6f289ee32797b 0.00 MB 1 0
11,152 11,152 0000000057ad2c5de177e4ad6f894ca4daa35b02d9c6855f218dd6e892616218 0.00 MB 1 0
11,151 11,151 0000000064ac5b668fddc4097bdd4f9586fbc0bee6067c52ec628b8bfb107960 0.00 MB 1 0
11,150 11,150 000000006b1bdad2b820cfb75cf0a191578f81dc35b7c50c0b649c7efa445517 0.00 MB 1 0
11,149 11,149 00000000786b7f5064bbd3545cdc3c62ff8b5c8a474a6e6d12a92c2eb69683da 0.00 MB 1 0
11,148 11,148 000000003868e0bf8513e073ad9a2e29a243e353df08d9380e76ade01ac21857 0.00 MB 1 0
11,147 11,147 0000000091e002cf45b4e85c336a642034bba4a6ab1ee27c757c3d2b2ac98527 0.00 MB 1 0
11,146 11,146 00000000ed662ad0f33aa2f2b5471dc43af0497edc9393bf95cbbce747478075 0.00 MB 1 0
11,145 11,145 00000000e00d3339c29acc6a50c749d1f4789780c1aea6c3342ec14296c32467 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.