Memory Pool Memory Pool Refreshing

37,177 transactions
29.56 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,060 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,059 (350,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,432 512,432 000000000000000000032914a22b8364afd7c9e7412dba7594af5c7bb9622e76 1.08 MB 1,617 5
512,431 512,431 0000000000000000004a05d3102c943dea738306aec8b48d5b8423ac31eeea7a 1.11 MB 2,064 30
512,430 512,430 0000000000000000003f2d81d6085a1badebdeed1ff1102d45e07049d47266cb 1.15 MB 2,332 11
512,429 512,429 00000000000000000009b7c1991cb671f6cd18f115f5bf1bb8de69c607d03573 1.08 MB 2,165 34
512,428 512,428 0000000000000000004dd3d35c9eb5c84760d7b690eea4ab3814cc771e7fc280 1.01 MB 687 37
512,427 512,427 0000000000000000003b737dc8d845d749fccebb037ea6ec11d2c5099697aab3 1.03 MB 1,131 96
512,426 512,426 0000000000000000002f203c7d1de5d28c29dca05cb4131c538af85e02ed3765 1.08 MB 1,770 25
512,425 512,425 0000000000000000004ae423771144c0dd062e1664c5db3689631a8d8d27825b 1.07 MB 495 12
512,424 512,424 00000000000000000049bfcefdbebb82bf817cb8858ea6f713aa87a1179762ed 1.04 MB 522 9
512,423 512,423 0000000000000000003af3371e824ed11c3b146670417ef6b49157aa58d545f6 1.08 MB 929 8
512,422 512,422 0000000000000000001b7e05d5029c8bbf5357c72db145572616da93753e260c 1.07 MB 1,975 31
512,421 512,421 0000000000000000004984b4a3b2a94338ec06a59f98e5fbe048db8975a0d6dc 1.13 MB 2,445 48
512,420 512,420 00000000000000000053be8e11feb73f0a2de599473c263872b57d0268722cec 1.04 MB 363 6
512,419 512,419 0000000000000000000ea7d74ff238bcf60b1b5fa144106d1e1b3afea28ac3a3 1.08 MB 1,686 27
512,418 512,418 00000000000000000015d2c04c92b77575d296d1ea68cae541a8524b5cf3ae6e 1.09 MB 1,651 36
512,417 512,417 0000000000000000003e2f5ed9cb7f911f8ee08339759c38eb2f2c0f6d2dfc83 1.02 MB 368 6
512,416 512,416 00000000000000000002342a3a7f01b59340f45ce98ea58b2fe86a2ea05f8ab5 1.07 MB 1,390 24
512,415 512,415 00000000000000000007d19e06a84549e2e7c5f6f5bcaf2212e1dc0ab4a89282 1.12 MB 2,185 30
512,414 512,414 0000000000000000000c2d1e12dfa8060d3d09e6bb7d1cafacda4719f5e478c3 1.07 MB 1,108 20
512,413 512,413 0000000000000000001e3b90ed9b7d166a123ea9a6677efaad2ccb0a72668dbb 1.07 MB 175 3
512,412 512,412 0000000000000000004a476ee83663fc4392fc55b30ce4a641a6c6954d3debf1 1.09 MB 1,646 25
Previous 10 blocks ↓
Total Size: 686.21 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,417.32 GB sent, 113.44 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.