Memory Pool Memory Pool Refreshing

7,846 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (200,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,328 707,328 000000000000000000018d4e5299e6679ed4465506e45513760e98bf6319f492 1.51 MB 2,560 9
707,327 707,327 000000000000000000048bb1e1f0f0e41b422f295aa6a6edb965b74ffdeb9093 0.62 MB 1,085 2
707,326 707,326 00000000000000000004b6a7192e0abfb754c2abcab3e7f373c670911c883f6b 1.35 MB 1,912 7
707,325 707,325 00000000000000000009c037e71eeee20352f8986d728dd5135738dd928ab90c 1.36 MB 1,273 8
707,324 707,324 00000000000000000000a696c5163fb79f1e29e407e52b1913a227e3613c10a6 1.52 MB 3,084 11
707,323 707,323 00000000000000000007d4aa77fc370ce04efeb5ab64a3799f8370440de7fe38 1.53 MB 2,652 16
707,322 707,322 000000000000000000047e89a46679edeeb6de5f065e80a866ce3411f019ee7d 1.42 MB 2,969 2
707,321 707,321 0000000000000000000cfe264201868d5ba2ec9057469b1d7ddc641a4685d651 1.58 MB 2,698 11
707,320 707,320 000000000000000000066b9fc0fbb0eb5ea23efa9f02884b44ac3fffd75d5248 1.49 MB 3,051 11
707,319 707,319 0000000000000000000b6cbbd216b180bc76b94a51ad98d759f07ef954742c34 1.49 MB 2,957 24
707,318 707,318 0000000000000000000cc2bc0ef0705171526c987669f27fd7bace23b2a79095 1.47 MB 3,028 16
707,317 707,317 0000000000000000000bbe3a3094b2045a7bf7be0403aedf6db0db11395a5ad1 1.03 MB 1,736 3
707,316 707,316 0000000000000000000c8c89e5e7c109ad15d9e6752a22390f7666b4a312bd10 1.50 MB 3,172 8
707,315 707,315 0000000000000000000b1218cb4c70afc7b185e337461faa7d64d96eced26594 1.09 MB 663 5
707,314 707,314 0000000000000000000d41939a1d79203dda6ac44ae744b6f77851d05979366a 1.54 MB 2,178 14
707,313 707,313 00000000000000000004fd7c0078947a3f0ffb0571298bde26dcdb03f393bca6 1.56 MB 3,003 7
707,312 707,312 00000000000000000008c2e95cea81b2792c582e79d1808fec0fd473edf8371c 1.65 MB 2,324 9
707,311 707,311 0000000000000000000aa57b12e97b7943241db8471457ff8f0eaed52f1c500c 1.52 MB 2,907 15
707,310 707,310 0000000000000000000ae084669245fce2baaf103d866fc636c3e80d05d0270b 1.28 MB 2,411 7
707,309 707,309 000000000000000000021c1168141d085a793bd23ae29caf245def243816c798 1.50 MB 2,420 11
707,308 707,308 00000000000000000006307952480a9507d3827d0275b7ac7972219e0a148772 1.60 MB 2,066 6
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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