Memory Pool Memory Pool Refreshing

577 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (812,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,152 96,152 0000000000009eb692bf19e89a7216bf6c525902cd01d008b2bc17377bfea350 0.00 MB 2 0
96,151 96,151 000000000000b799ccb01d7063a67753962f0089e8f6e088425452cbfdf1a3dc 0.00 MB 1 0
96,150 96,150 000000000007425d24c7f2a4c30299411c189553b56de12dc9988726021a6a48 0.00 MB 2 0
96,149 96,149 000000000002961bd31310418c0b7746ed8cfe15fbcaca363e3ade0482f5b587 0.00 MB 3 0
96,148 96,148 00000000000802365b46c8f4ce6a00f16781cedade7a642213e92c87a3f98b81 0.00 MB 11 0
96,147 96,147 00000000000016d0fed0a0349651d9b140fd8515333effb6d002b25de87181ad 0.00 MB 1 0
96,146 96,146 00000000000773805db4d58392d3bbb99f78f43135915325e97492167d62d9a9 0.00 MB 2 0
96,145 96,145 000000000006fdca28fd0036a93d7dc6c0e3371f39553a6857dd2beb7e34e145 0.00 MB 1 0
96,144 96,144 000000000005239376e25cebd799c07bdb5fff148dcf891fda97f3e9e4801b83 0.00 MB 4 0
96,143 96,143 0000000000062d3fa16d3569af8bf3f499fe919665770d1fe8ada3f34edc991e 0.00 MB 1 0
96,142 96,142 00000000000406396afb639dde5eaeb5a6ecf2095c2bb6e5e08831c591a46713 0.00 MB 2 0
96,141 96,141 000000000007631d93c7860c654f052a45418574e44c3a7c75afe6b92006a025 0.00 MB 2 4,444
96,140 96,140 0000000000020140006412b79a898b3c64b1955fd16d0228ef63f7500acd4563 0.00 MB 4 0
96,139 96,139 000000000001b260d581fbfa0e78c0dbb23066e3750f256bf667d5b6f021dba1 0.00 MB 1 0
96,138 96,138 00000000000781e6c8dacc3ad4b9bee9774f11b081f264f4a852d14b55f9f421 0.00 MB 1 0
96,137 96,137 000000000007ae6a2522c65147f3c9cab62024636d8f9b7a6a148db248f394a8 0.00 MB 1 0
96,136 96,136 000000000004f616e664956f32cb96e4c8ff2cc764c8faf232bd33df8f9f0885 0.00 MB 2 0
96,135 96,135 000000000000f12a8880e5069629b1440862c50c0b8cd3c66d3096468f24b9ad 0.00 MB 3 0
96,134 96,134 00000000000072004b561a5d98d5b8960b816211657eb18d960215137702e98c 0.00 MB 5 0
96,133 96,133 0000000000022ca64c37779f9cd7dcc48889c55ae809b78fd260e7a6a16d22a9 0.00 MB 4 0
96,132 96,132 000000000004e9f49f35f09e0aa0d53de9dae878492b0911e3e21613a6deca7e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.