Memory Pool Memory Pool Refreshing

37,742 transactions
23.85 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,583 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,104 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,582 (350,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,527 512,527 0000000000000000004ae3adfb54fb97ef493f9749ac23f72f216bf09f2ea677 1.03 MB 631 13
512,526 512,526 00000000000000000019b32a32d1e017c5b2c116bb3ef813442324cf6c4b4c0e 1.09 MB 1,134 25
512,525 512,525 000000000000000000529bcb3104a19bdecc5bfd312574e8c090ee12e4a1e126 0.64 MB 377 3
512,524 512,524 0000000000000000003197c853820caa21f071addb12c1aa78d330dab1b50737 1.08 MB 1,506 13
512,523 512,523 00000000000000000052430326ba3fc4a4587a4ca9733998c480f2bdb40fb778 1.14 MB 2,662 57
512,522 512,522 0000000000000000001b3be231506fb36cecac68cbc1c60a6ab7a50b4a8cfd6a 1.05 MB 834 12
512,521 512,521 00000000000000000040121f6e4cc18485a3e02babb4dad1bff830c719ad9323 1.06 MB 1,238 23
512,520 512,520 00000000000000000045953f779c8e371d2d0e4d41896d1996f8e7c592db85f1 1.03 MB 529 10
512,519 512,519 0000000000000000003b521a53c21545c0d0b0230103da2984611c7b7cd3c7d3 1.04 MB 967 15
512,518 512,518 00000000000000000012ead0335f5852346a390937f5341748e657dbdd96727b 0.31 MB 611 38
512,517 512,517 0000000000000000003c18976a6dd804b4a50d9d6174f33ec3d8219f75056494 1.32 MB 394 5
512,516 512,516 000000000000000000297d9689c3e8bbe048e5e83340302e9b2e33e62b919409 1.06 MB 444 7
512,515 512,515 00000000000000000018884b3407a462b466c858bb0c4ea2bf915618f30e0370 1.02 MB 284 4
512,514 512,514 00000000000000000000e13ab4d6da603a19887fc2f76d4fd480080701469d80 1.10 MB 1,645 21
512,513 512,513 0000000000000000000c6ea0a3edc4cd792c54753e9247ac28edee49859bed2c 0.36 MB 647 49
512,512 512,512 000000000000000000180d4960d331044d50c04a535d5e211a159f59d3e577dd 0.82 MB 2,112 49
512,511 512,511 0000000000000000004bcdbd0736aeb72c2d7bc6103aa690230bf40c7a751fe8 1.07 MB 1,017 18
512,510 512,510 0000000000000000000e82ad1567c50b30060d2badc037fc4d95a70ac380c19c 1.01 MB 357 3
512,509 512,509 0000000000000000002f43419a6252180a73f69f4a15749e403dd98f667ad87d 0.58 MB 1,122 40
512,508 512,508 00000000000000000034a538d7ab989a51e51ee28ca795507a2cfe52c99986d1 1.07 MB 498 7
512,507 512,507 0000000000000000003e7a6b31a481fee79bc8b1f899afb12e0d916880f5e0de 0.06 MB 184 42
Previous 10 blocks ↓
Total Size: 685.28 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,376.37 GB sent, 107.48 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.