Memory Pool Memory Pool Refreshing

5,594 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (49,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,327 858,327 00000000000000000002a61f4096e5aa1167a924bbe0b2f33fab54c4a4124920 1.65 MB 6,947 3
858,326 858,326 000000000000000000013945b031f34f3f5ee0e526b653e31a0ea9da1fd26a1d 1.52 MB 3,915 4
858,325 858,325 0000000000000000000240e819757e8484c70b3f923801cddf7a6281e8bcbae3 1.60 MB 4,953 4
858,324 858,324 000000000000000000018d917dfb19f28e08b82a3cdf76726221806d91aa5359 1.62 MB 7,003 3
858,323 858,323 00000000000000000000ee953211788c947840588da1c960c272befa0912bcda 1.58 MB 5,679 4
858,322 858,322 00000000000000000000bc74750f47949232ca9da7ea6efe7d2277859672a327 1.56 MB 5,018 4
858,321 858,321 00000000000000000000ac5c2fcecf5e448c55b5570e3be3d8271b81bd5ed8f7 1.60 MB 5,427 3
858,320 858,320 0000000000000000000115bfceb2b7d0f2fa6d2ce36954917892ed5da391dac2 1.60 MB 3,762 5
858,319 858,319 00000000000000000000dda8b9d6c8da8ddaef7e81a512533b66c89ad9d4a2e9 1.75 MB 4,594 3
858,318 858,318 000000000000000000025f36b5e0ba4f22fbc10f0a0f4c5d4c7d20fe1bef7b72 1.81 MB 2,801 3
858,317 858,317 00000000000000000000933a9622668a23e493d073696ab902d044509c89d9dc 1.46 MB 2,236 7
858,316 858,316 0000000000000000000230873448c46f193a9ae35ceeed706b6320dd1fc87b98 1.71 MB 4,990 2
858,315 858,315 00000000000000000002f9d15b3574e5755c47045cb7cc3455411a8eb991f1a6 1.69 MB 3,888 4
858,314 858,314 000000000000000000025977cd032a9a6b6c1e089d929842875a07ac52ae2423 1.63 MB 6,235 3
858,313 858,313 000000000000000000028b932c98a06cd0f4ea26399e4a2fae03727577220d55 1.61 MB 5,420 3
858,312 858,312 0000000000000000000184d90f09ad4e830dc963d968c74cc91890d906c94b5f 1.60 MB 3,179 6
858,311 858,311 000000000000000000001d103687cb6ed1b5627260f3e36e37c500c4f02bbe4f 1.57 MB 4,425 4
858,310 858,310 00000000000000000001e09040384ad0f69e3f80f47eec5e365020b8cd8bec15 1.65 MB 6,827 3
858,309 858,309 00000000000000000000349ba4a3a71d6871c8f310c40fa07688799bf5f2dfc0 1.71 MB 5,780 3
858,308 858,308 0000000000000000000058481a94136d78bdb9fe86905014c9f4fe50c0b91cbe 1.63 MB 6,777 3
858,307 858,307 0000000000000000000203734b80b99dad063e4df5e1c6cbc8f3a86b52075c44 1.54 MB 3,063 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.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.