Memory Pool Memory Pool Refreshing

79,404 transactions
27.47 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,002 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 6,566 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,001 (17 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,984 864,984 0000000000000000000139e45974c7f6669dec1b17afc52ad9313de094bc0d59 1.46 MB 3,852 6
864,983 864,983 0000000000000000000004f9c4588ab0e876700043e00030bb184e028b57b01b 1.49 MB 5,489 10
864,982 864,982 00000000000000000001ae349acd5de7a670246e6d1ffab99449783b8566976c 1.49 MB 5,439 10
864,981 864,981 0000000000000000000082430a74d33d3c0e233368df09692f5f4c5e85faad5e 1.52 MB 5,202 10
864,980 864,980 00000000000000000002e7eb40041e29dbd570bd37940ad9557a544723c65ee5 1.51 MB 5,932 14
864,979 864,979 0000000000000000000250c1b3641dc70e45fbd87af951b5b06d62cef19e1b95 1.53 MB 5,913 16
864,978 864,978 00000000000000000001be6e62bd74993bffc481704a7e445c4ff46fa084053c 1.46 MB 6,289 18
864,977 864,977 000000000000000000015246367d88473f5bf1e823be4179436ca441409bf926 1.47 MB 6,364 13
864,976 864,976 000000000000000000027f46a76e786c6f15753a9f099c73081a5f119835330f 1.46 MB 6,349 10
864,975 864,975 0000000000000000000155a05c0d0a212408b0692a5339b8a652ecc1fd3a07dd 1.45 MB 4,851 8
864,974 864,974 00000000000000000000224e04acd5a8f67eeaf4d16c81ca2e9a2f880da581ad 1.82 MB 6,950 2
864,973 864,973 0000000000000000000221d38a6386ecfbf818d55af95d2b0001aee9a1c06d9e 1.96 MB 3,916 2
864,972 864,972 00000000000000000001d53708124c6a0e8bcf98085d0f70c32255a83b03280a 1.76 MB 5,015 4
864,971 864,971 00000000000000000001226b2b5ebfd72175a92bad5a1c41fa6db127b0570251 1.49 MB 5,005 5
864,970 864,970 0000000000000000000054560cb4134cb5b2e4e575d2b449c24cdb4d1089d7b7 1.55 MB 5,519 6
864,969 864,969 000000000000000000010ee83e2dd8c3263c5779b11509a27927753f967bea0d 1.44 MB 5,605 8
864,968 864,968 000000000000000000019a3ff11ae5b2fbf68450f36f96a0061efe910e32a91b 1.49 MB 6,310 15
864,967 864,967 00000000000000000000460a128c9951904914e0545db25c4fedd38dedb519b9 1.45 MB 6,412 22
864,966 864,966 00000000000000000002340bdf315ee28b15c7ecda518f605d3602db1b066f48 1.65 MB 5,769 3
864,965 864,965 000000000000000000021f211ddf049c10f59eeb52eb896b1e7676f4811124d1 1.53 MB 5,282 6
864,964 864,964 00000000000000000000ba0cf7688dc3bde756ae0fbac6574ea0c32a049330d1 1.60 MB 4,807 3
Previous 10 blocks ↓
Total Size: 689.90 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,664.72 GB sent, 140.35 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.