Memory Pool Memory Pool Refreshing

84,770 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,885 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,205 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,884 (133,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,402 737,402 00000000000000000001b46f1d4f01cc371f562f35eecaa2388d04aadb6912f6 0.73 MB 534 9
737,401 737,401 00000000000000000000895990bd37bdd17d98851878e58735ee430ced7df7fc 0.45 MB 366 8
737,400 737,400 00000000000000000008c88d16bf9beffa96171e494fddbdc93813d806a86058 2.19 MB 311 2
737,399 737,399 0000000000000000000473b36d0b6b2c0d0e0dfc5ab4b341f16be1de1ba84d9a 1.64 MB 1,830 9
737,398 737,398 00000000000000000002b4be7484eebc31a57e286cc58c299b29b7130c23fa84 1.39 MB 1,849 13
737,397 737,397 00000000000000000001aacf890ecde1c94d954c0a902abb5d525a2d592277a6 1.43 MB 2,750 12
737,396 737,396 00000000000000000003a2acc6261c5117e9c8b00bf5773a764374d7bdda56ed 0.27 MB 350 9
737,395 737,395 00000000000000000007ed914c2f26a3dab1cc2902350763830b2788da3161a5 1.19 MB 1,279 8
737,394 737,394 00000000000000000004516ce7ae4a64ca6dd458abb57ab2d3706c9e9d52201d 0.69 MB 825 8
737,393 737,393 0000000000000000000514a7d38ef707511ee7b9efb60f9e14059019214d5350 0.51 MB 547 8
737,392 737,392 00000000000000000003d84a737a4128f4879d17cb2bd71ba115b13eb0d328a7 0.15 MB 268 7
737,391 737,391 0000000000000000000103580d0298d2e49368785e9ded91c72333fd4e64ebee 1.65 MB 1,486 6
737,390 737,390 0000000000000000000196cea56582be7f77da6348b956b1983dd8894d2243db 1.60 MB 1,660 7
737,389 737,389 00000000000000000002347fb9d005b49051fc1d119b934547bd0a49da807781 1.79 MB 1,258 10
737,388 737,388 000000000000000000031e96eb0f9cc4c4022ae03c846d32bcf08782bb4c227f 0.22 MB 196 11
737,387 737,387 00000000000000000002409259ae227fe1a922c2220694390999a55cad9c2c21 0.89 MB 886 11
737,386 737,386 00000000000000000001c06855d35e1339c08745c420538c47ffcff384a153ca 0.03 MB 92 9
737,385 737,385 00000000000000000005d43f92ec7c57331b4200f0cf46e2e0e7a8fc15498e94 0.58 MB 675 8
737,384 737,384 00000000000000000004955e24b7c2f5729594d0352670c6295038f89487a907 1.87 MB 453 2
737,383 737,383 00000000000000000005bd5b44a37a42f7190df3d7ca535bbe7611c42b7e8545 1.75 MB 1,932 8
737,382 737,382 000000000000000000010856b86d2dc017781825d087c5d2cfa0e92396d56c3f 1.54 MB 2,686 11
Previous 10 blocks ↓
Total Size: 701.13 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,400.69 GB sent, 218.14 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.