Memory Pool Memory Pool Refreshing

7,715 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (872,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,232 36,232 0000000082e9d32a5d6ba171214cdd01122597201a8c809dc1f58afbdb6c551d 0.00 MB 1 0
36,231 36,231 000000000f20945012df37442650439beb1720b9b723fce67450e4e467622609 0.00 MB 1 0
36,230 36,230 000000005f703191872e89a56923660c89c03fc10cf65facada928ba5163f169 0.00 MB 1 0
36,229 36,229 00000000025c1b62a3490b2963f1630806da2dd9f2e0e41c8d57e509de3adb50 0.00 MB 1 0
36,228 36,228 00000000b603ef352578f5be672bbe6f9685c8e4bf93db2d8a489dfd991a86db 0.00 MB 1 0
36,227 36,227 00000000a3553b9062b98a07b840a024bfba18fa627d8656cbf97dcfa1dc514d 0.00 MB 1 0
36,226 36,226 000000003b57dd840a8299ab9712e4367e095015bf612b6dacf2697dafbbec6e 0.00 MB 1 0
36,225 36,225 000000000eb11c81456e0c79a6a5eb5dc81c3d4edeffdfd7a951ab7db381e1f1 0.00 MB 1 0
36,224 36,224 000000000f79228dffdf179d2f8b42f3c825a4ba4d9225c334106f2392468a5c 0.00 MB 1 0
36,223 36,223 00000000b7023e10f25a551debe87bd7ce29ceba6b538cab973c434d5b1c24e7 0.00 MB 1 0
36,222 36,222 00000000223385f3c28abb72f2ecff71e6836803f9a251833ef29e4b91e3d99b 0.00 MB 1 0
36,221 36,221 000000006ae96c8d25e53d7d5320f80aa5e4eb74aca8433f2a7cd7fa2b123484 0.00 MB 1 0
36,220 36,220 00000000c24f3c20e696e414a7367b1e12ea4c29b01d8f13578215aadb08c0b0 0.00 MB 1 0
36,219 36,219 00000000483fdc583f19af6bfbb3bb9dad30a9c512f673bfb18d4c6d16b2ebfa 0.00 MB 1 0
36,218 36,218 000000008b9afb9bb784ad4b0cc500a00f200a4b7ed9cefe340dcb9f8a19b4e5 0.00 MB 1 0
36,217 36,217 0000000041e92ec936a4728826a3ecec54184b696e5b47bd80eefd3dca2afb9e 0.00 MB 1 0
36,216 36,216 0000000085a9eba69470536167048e2f14a7bacb0e634fe49c10e4e6cbe61a5f 0.00 MB 1 0
36,215 36,215 000000004c721381557cde4213810c60a84f699726d93e71bdd607f023c0ce10 0.00 MB 1 0
36,214 36,214 0000000092323b2710e6d302640a346d4ca8b82e619d4d428c93b4ce43af81f8 0.00 MB 1 0
36,213 36,213 0000000039d9466a8cfcbb3157295a45a3ff6f73d51e3f2cec14473dca0ffac5 0.00 MB 1 0
36,212 36,212 0000000043717676a09ab64b33b7f74834d5453f3f8e8321b37a82f14e901535 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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.92 GB sent, 100.90 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.