Memory Pool Memory Pool Refreshing

1,644 transactions
12.79 vMB
Show Random Selection Loading Transactions
Max Size: 52/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,424 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (896,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,728 11,728 0000000020aed432b322eef2e51cd49aa3f6b1ce74c89548a99edc768018fc41 0.00 MB 1 0
11,727 11,727 00000000b4487a97f9670fdc8e51968bc9178990706e6832a3b893062320dabf 0.00 MB 1 0
11,726 11,726 000000000843e568f1d5a79d82565326f9362d2ace3b4f2d2e1c1c686d057ced 0.00 MB 1 0
11,725 11,725 000000005b9f3bf1d8ce817ae307d912a0f5fcf8ffb6a8e70c3340ed656f8b61 0.00 MB 1 0
11,724 11,724 00000000e27b8d66e9196ed2b3862b1cce57433da20808551dce1e948745aad2 0.00 MB 1 0
11,723 11,723 00000000e51c0098263e2a49c518d7ca5f64c6a43d037067368305e90cf55d56 0.00 MB 1 0
11,722 11,722 00000000546962802ea81fad0f8f9a9d9ee1094084dd2b580d50276b717b815e 0.00 MB 1 0
11,721 11,721 0000000034254ae57b45be40241e7f061cf66cc9ab2fa4f8e830b6755b5b7d73 0.00 MB 1 0
11,720 11,720 00000000ff7d3be9d3830717f85b1a0f5ab86af056be0f6dd28800f19b1a14b0 0.00 MB 1 0
11,719 11,719 00000000158ac87ae8fff861dd41c58f09a6acde0c8f1c5c4f566e9de4e74c59 0.00 MB 1 0
11,718 11,718 000000002fb83a4f41d637004ea9dd7dd4ea228c9335c38a87f96cf8d5a96cfd 0.00 MB 1 0
11,717 11,717 00000000e8e8be51f26fd6720433e45e0bb2342eb75e0631cb338140942359c5 0.00 MB 1 0
11,716 11,716 000000006af6e111753317cd6b2768be1599dcdcd2a86fd4cc32dbff4f1510e2 0.00 MB 1 0
11,715 11,715 00000000e3bfba8114e958e105a5820d8e575ccdf9ef4c6d7e3f929c77b993a6 0.00 MB 1 0
11,714 11,714 000000007c16e17728f6456fe999298f6c9cdd7341fbbb68103b6bbfd1769c3a 0.00 MB 1 0
11,713 11,713 00000000afb0a4de6731ee8996c48ea1e733b7900aab6e21e28c1aac3a61e61e 0.00 MB 1 0
11,712 11,712 00000000513037c7cf6fa7ba4322e5a1f440e5177404508f76200de9a9b01701 0.00 MB 1 0
11,711 11,711 000000000681fff0219773ce344bbfe24ea86f6115b26ff17dca756540b70db6 0.00 MB 1 0
11,710 11,710 0000000024c658017067b551593fffdeabe12b8563bfefcfacad3d355879015b 0.00 MB 1 0
11,709 11,709 00000000a03c1360bf7ce393925ac7a9147299988fc0e3a608137acff8bd4bd6 0.00 MB 1 0
11,708 11,708 000000003061f6c567404d394230d2288f2002970429f9f36dcef41625dc86b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.12 GB sent, 98.46 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.