Memory Pool Memory Pool Refreshing

62,119 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,176 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,627 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,175 (529,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,772 333,772 0000000000000000042f8e6186a811e704c893be3bd6bbc7fc26dfcc9646dd06 0.75 MB 1,452 26
333,771 333,771 000000000000000018050754f06898af3c5e9275fe413872f8d9cecb4e20cc16 0.35 MB 948 33
333,770 333,770 00000000000000000b8359f38e0c2ecb5f2f51506969d1dd79db3a9e2277e601 0.83 MB 1,346 23
333,769 333,769 0000000000000000067dc261af8869af2761b9505cd1aed6fb401fb6541519be 0.21 MB 577 34
333,768 333,768 0000000000000000129db8bf9ac3be28971caf94293e0e8aa272b826649b7cca 0.58 MB 1,093 27
333,767 333,767 00000000000000000ac9fbe34d17ef8e536ad2d4838c56022a27bae08bf0feaa 0.06 MB 137 17
333,766 333,766 00000000000000001277d540987c72df73ddb0fa7cab3669c822b541495c4c32 0.20 MB 185 19
333,765 333,765 0000000000000000187dc64bcf16478225140f690c4e736e8558e4fe5e52ee20 0.22 MB 422 22
333,764 333,764 000000000000000011824166ffe570ada05e1f739a4ce9f1d3f17594a53940ba 0.30 MB 457 22
333,763 333,763 0000000000000000122de546977da41344ece2e6f68a68450e2f284a56b8eacc 0.24 MB 331 17
333,762 333,762 000000000000000001ce685f8b0d27cfeb7fed833db24c15a7047ce0f0a97104 0.75 MB 1,514 34
333,761 333,761 00000000000000000568a6a8ee91720d88ab0403e1a2d65dcf1bf097f091f180 0.49 MB 625 26
333,760 333,760 00000000000000000cc4282e9453b16b72eaf79e6f096e18527270c816f70c7d 0.75 MB 1,798 31
333,759 333,759 000000000000000016fce44240b6080bd52217b560f9cb4b69728bc419182f8b 0.75 MB 1,636 32
333,758 333,758 00000000000000001a815f2c666003967810026e7fc2cd721dd4d5579ac0c80d 0.35 MB 726 24
333,757 333,757 00000000000000000ac6fdae72d2588df0103302dccf9997a84d7765266be5b6 0.60 MB 847 19
333,756 333,756 000000000000000003eb36570cafb863102620285b535499298d145d0b78d301 1.00 MB 2,024 28
333,755 333,755 00000000000000001586fad5a9626ad073e6e821463c73d13ae376181219b976 0.72 MB 1,259 25
333,754 333,754 000000000000000016dfddddf30bcd6dd83ebbb564e528fd505c54fc41ddae5f 0.39 MB 398 14
333,753 333,753 00000000000000000ce8ba3ec7a0aed31548468aaed05df0e63450aefd173702 1.00 MB 1,570 29
333,752 333,752 0000000000000000155b0ce060ecf211aa7bcec9361829c566571ceee1288021 0.34 MB 356 22
Previous 10 blocks ↓
Total Size: 686.45 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,459.30 GB sent, 114.81 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.