Memory Pool Memory Pool Refreshing

36,222 transactions
31.00 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,377 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,376 (421,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
441,007 441,007 000000000000000000f47273f023668f9b1750808b6396adb0705e15a1e9236d 1.00 MB 2,637 97
441,006 441,006 0000000000000000037e20edef4879048af2e6272adc92b4cc0d21b0370c5f64 0.75 MB 1,629 151
441,005 441,005 000000000000000001e758c7ecda0af4c7cd1674c5fd18b89b8ae6a5bac1e9b2 1.00 MB 2,446 72
441,004 441,004 000000000000000001e4b519fc7213fecc57d89037e354390dc0b6ab019b854b 1.00 MB 2,283 107
441,003 441,003 000000000000000001090b28707dd89a1c3b6428adb4a619286883375a00b8cc 1.00 MB 2,738 97
441,002 441,002 000000000000000000e54632876315228c126d5b7432c6648262202f76485ff3 1.00 MB 1,862 74
441,001 441,001 000000000000000002f3b80555d6a902279d452fe911e75f53199327d69199b6 1.00 MB 2,552 85
441,000 441,000 000000000000000002045b4eec553f1126569a692d3ed05bf20ecf52e15223d1 1.00 MB 2,779 88
440,999 440,999 000000000000000002dc6af3978aeb5a7cd25fc3495f5c88b5640dffc17e1c9f 1.00 MB 2,198 83
440,998 440,998 0000000000000000011fdb93200711e2d47012efd6cf29543a0f8cba9646e68b 1.00 MB 2,003 74
440,997 440,997 000000000000000003d3e1a5db89a9282112b2524647d9a7b21d114bc6ddc319 1.00 MB 3,129 121
440,996 440,996 000000000000000001582cb2307ac43f3b4b268f2a75d3581d0babd48df1c300 1.00 MB 2,337 123
440,995 440,995 00000000000000000106d56fb558722fc09d314f1812348fcc2b1a6a1c77545a 1.00 MB 1,722 68
440,994 440,994 00000000000000000200505e8be19fc09859309c276d1ad16b68f03a4603569c 1.00 MB 2,827 90
440,993 440,993 00000000000000000099155dacaa128c46449d0a2e983d0597de7e06fc74ab49 1.00 MB 2,129 63
440,992 440,992 000000000000000002e22db436b670b288944603c95906b5ab5039420fa58156 1.00 MB 2,374 72
440,991 440,991 00000000000000000220655a4b9f9b381f31825706262ba968b34d534ea1c862 1.00 MB 2,745 108
440,990 440,990 000000000000000001cd38fc24dfeeb9e0ac5712dfde44a8c5791a15a1f6c36c 1.00 MB 1,539 60
440,989 440,989 00000000000000000393981a6b7ad52e489756c5b19f3fddb1d1fafbc0773542 1.00 MB 2,818 68
440,988 440,988 000000000000000003a5565425e0f715c591069f02d89d8c41ab126b49ce130e 1.00 MB 2,479 68
440,987 440,987 0000000000000000008d4a0c9cdd029a230884871b49cbb3a5529929790fbadb 1.00 MB 2,145 73
Previous 10 blocks ↓
Total Size: 684.88 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: 1,366.00 GB sent, 104.17 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.