Memory Pool Memory Pool Refreshing

48,172 transactions
31.38 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,479 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,248 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,478 (61,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,011 808,011 0000000000000000000244695c376c1464cf31b0bc9c2f87c57e67f4bf85e8c0 1.66 MB 2,891 16
808,010 808,010 00000000000000000000ee464d36a3631063fb771dca76ce37bdb3a58b8a067c 1.25 MB 1,607 20
808,009 808,009 00000000000000000002f2afe95a204ae5d32a2b4b0703248fb696be4d98ef06 2.06 MB 5,865 15
808,008 808,008 00000000000000000000fad203bdb0a8a4194c92146e5c6601ba6b0e491dc89c 1.70 MB 4,355 18
808,007 808,007 00000000000000000004ac03d78c2b966b4f8b313b048f228b552cbab978a3c2 1.74 MB 3,127 16
808,006 808,006 00000000000000000004d6558ef8ba24dd34c31f812fadfff286a84032e08e9a 1.76 MB 2,584 15
808,005 808,005 0000000000000000000103b66d44d9a7b4cfafba29ff10dc929118fd10a3746c 1.71 MB 3,565 18
808,004 808,004 000000000000000000018001c656d504a4dee27eedaeef36649d251ee68ae367 1.59 MB 2,111 18
808,003 808,003 00000000000000000001bdecd593bc7161eb1e5075c43e2f186538454c3e1d7f 1.48 MB 2,781 27
808,002 808,002 0000000000000000000386b7f99e88a6546cfbd2c3f7786fa18106606ac0ed77 1.40 MB 2,483 17
808,001 808,001 000000000000000000031e8b76c5d9a5760543729a2655806923a248c76e48f9 1.43 MB 2,364 22
808,000 808,000 00000000000000000002fdc15bd221434fe7c88bcabdca5485342005f95f6d1b 1.37 MB 2,599 20
807,999 807,999 00000000000000000002e79641af2880910bd22ceb517768ef0bf4aacd048913 1.47 MB 3,029 29
807,998 807,998 000000000000000000041da8c8ad82a49e7c648ef5e368c25b0adc0adfc025cf 1.53 MB 3,277 18
807,997 807,997 00000000000000000001fb49bdb94b3ea7d267c82cf465f03f600d2ef62b80d6 1.45 MB 2,846 25
807,996 807,996 00000000000000000004d365aa298527183e44ac31b463c08c4a36767d31e804 1.95 MB 5,088 16
807,995 807,995 000000000000000000018d3076950875266f9815f2853edeed09e412b2aecf90 1.93 MB 3,808 14
807,994 807,994 000000000000000000014be2a28c1165c13c6978acbfe3371f93f040cf14b9b3 1.93 MB 5,628 16
807,993 807,993 0000000000000000000199632cae29e36d679274bdfa3ef1f47618bdef8ed0a6 1.60 MB 3,608 18
807,992 807,992 000000000000000000011a5e98c65b09e4e60dbe026f470758a087fb6a1be3cc 1.85 MB 5,135 16
807,991 807,991 000000000000000000013454541a4083152b57d06046ede80c0ce059cab929d3 1.31 MB 2,005 23
Previous 10 blocks ↓
Total Size: 698.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.49 GB sent, 200.61 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.