Memory Pool Memory Pool Refreshing

63,401 transactions
32.37 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,120 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,929 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,119 (59,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
809,207 809,207 000000000000000000023007869ce0a64f697a036cccb2c2628c21623e48fcdd 1.61 MB 1,078 18
809,206 809,206 0000000000000000000369ef9cb918fe1acdeaa433a8209e83fa1c09e39e7adb 1.48 MB 2,754 34
809,205 809,205 000000000000000000015d1c0aade576243375a155c14b814d3a3bc84f131a1c 1.70 MB 2,084 33
809,204 809,204 00000000000000000002618f4cea9999e22d7497bbee178a940d2843eda4541e 1.74 MB 1,502 18
809,203 809,203 000000000000000000026adbca61ab6251b1c101fa80e99abf9865e1c814088a 1.64 MB 1,836 26
809,202 809,202 0000000000000000000177236bf0fe6f5be6ef83371569917fc42f53490dd7f3 1.64 MB 1,426 24
809,201 809,201 000000000000000000023625bb7fa1e39b37a4a60dc470b59876a6eb629c2190 1.61 MB 2,838 27
809,200 809,200 000000000000000000031a29b445a1a39951cfa1f67378c22debc8f5a6610ecd 1.55 MB 3,177 45
809,199 809,199 000000000000000000042d005a88ff305741864ed798a9ab72dd5b68ddfde6c6 1.66 MB 2,218 27
809,198 809,198 000000000000000000025abb3eedc75aa2d1bb4d0cd97972082e5c1514fb6f97 1.78 MB 1,020 17
809,197 809,197 0000000000000000000324add5fa9763542622ae301d88bd6d45e3d327b1e130 1.28 MB 1,636 24
809,196 809,196 00000000000000000002d9af47a7dfda666bfefe7d2da37c2a4fa1ea91576bbc 1.63 MB 2,791 34
809,195 809,195 000000000000000000020fae84e596f513df0dfb3b8150e4042901e7559d5372 1.67 MB 1,629 21
809,194 809,194 00000000000000000003e98abb3d1a4ba9909f19945aea98fc0215806f990bb2 1.30 MB 1,921 45
809,193 809,193 000000000000000000048a022a551b879bd87160c55b22e1f3b9a3d3b2410094 1.74 MB 2,895 13
809,192 809,192 00000000000000000003ddeca4aca99e8afb68ad412d0cd0a7dc93af2899e84e 1.80 MB 2,600 18
809,191 809,191 00000000000000000001de46195984e255d007cdca2f96a6f44e28f2314b1ab1 1.86 MB 214 13
809,190 809,190 0000000000000000000353a27910512d64995102c57608c29b84cff1a434c9ba 1.72 MB 1,886 23
809,189 809,189 000000000000000000023495f0c5a17ee1ee85e4221a40d6568df1828888f07e 2.02 MB 784 16
809,188 809,188 00000000000000000003d3989fd016ba03cafebc9a121b92487fb8d49c7d24e4 1.64 MB 2,897 32
809,187 809,187 000000000000000000025b5d29c01166cbe2e35c8c13deb12e089f53c2b1beb5 1.89 MB 460 12
Previous 10 blocks ↓
Total Size: 697.79 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,061.72 GB sent, 196.71 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.