Memory Pool Memory Pool Refreshing

1,691 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.48 vMB 1,691 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (812,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,160 96,160 00000000000528ae97c193dbca09db398c1c447f735507e54545b33c2a5976f7 0.00 MB 1 0
96,159 96,159 000000000004bc739a89640cf98f2cc01ccdb1793c54583916b440b040805f50 0.00 MB 1 0
96,158 96,158 0000000000016eee76c9b5eb82c4cb48ddeb0302064a353547fd2040584fa31f 0.00 MB 2 0
96,157 96,157 000000000003c2c49366bccd1101f751b693d2a67d48fe42762847e8fcc593ad 0.00 MB 2 0
96,156 96,156 000000000008023c334086eab29227413d080c13349c015a57b643ed2324f4f7 0.00 MB 7 0
96,155 96,155 000000000004584623c23036b61dcebbe20cac30dc68e1434500ec67e5033375 0.00 MB 1 0
96,154 96,154 00000000000704d564e1397a3bb9dad277e2f8ce8a7715b9dc009966ba127661 0.00 MB 2 0
96,153 96,153 000000000005935b57cc0ed34d33ba1ebef98078a008931d50d9ce7f81383705 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.63 GB sent, 100.20 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.