Memory Pool Memory Pool Refreshing

38,252 transactions
29.85 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,508 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,507 (156,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,520 705,520 00000000000000000008b0d07f1d895b31308e333c782ae41af0f10b2d426ece 0.89 MB 1,697 11
705,519 705,519 00000000000000000005667ce19babb5c1b481c6643078f4ea639404bc34a371 0.63 MB 1,099 11
705,518 705,518 00000000000000000005c68e14d25ac037094a4281c5f41b15d33b8ce1325fe6 0.79 MB 1,427 11
705,517 705,517 00000000000000000009305d82f124804b87f6890fcc12421ce626f8efd15fff 0.51 MB 853 9
705,516 705,516 0000000000000000000dca6a9ecfe1c26b11a2b3c4f7665982bc9df888a5168a 0.89 MB 1,848 12
705,515 705,515 00000000000000000003ce8724135d513691934c9170e07cbc064f63ce023752 0.30 MB 565 15
705,514 705,514 0000000000000000000460b335b21b755e3e948611d7663b1dd49cfeb0401b93 1.13 MB 1,625 5
705,513 705,513 0000000000000000000676afecd3ce6f00edb8c77f94aacf0ea3d78570d00133 1.31 MB 1,760 8
705,512 705,512 0000000000000000000e0497e28cb9f7b1a0dbda59aafc4c740387ce2347ab83 1.18 MB 647 6
705,511 705,511 00000000000000000007744fb269cc103d1bef0b648349a82e2759fa4f25039c 1.39 MB 1,545 7
705,510 705,510 00000000000000000005d0fdf192b474f1bd4d71d8f6a6173a7df43c401b996f 1.39 MB 2,515 20
705,509 705,509 00000000000000000009ac005c6cb398fc967209292333a444801b113384a57a 0.34 MB 537 12
705,508 705,508 00000000000000000009f5cff0cf31dcceae763666711d63c5ede99dfc7c6d36 0.28 MB 390 12
705,507 705,507 0000000000000000000967316c8ea264b30e5f87328793bcf4d4c28c270e792b 1.01 MB 1,185 9
705,506 705,506 0000000000000000000d774b69681c672f445d3dc20292878e44e53c13a55b62 0.84 MB 1,283 9
705,505 705,505 0000000000000000000a5ca2ed53f8c2ebff70990173540bc09d139594c5fd06 1.80 MB 1,597 5
705,504 705,504 0000000000000000000d33e393566031a808569f623b62f73ca7f0d576eee76d 1.31 MB 1,433 15
705,503 705,503 0000000000000000000e1d3cf33cd126c9675a3510efc64ded01ef0397869e55 0.25 MB 412 12
705,502 705,502 0000000000000000000ac261bd692fe1466ce79eee724de8e813a597f86457f4 1.60 MB 1,871 13
705,501 705,501 0000000000000000000c634483c14162c0ef1bcca7e867fe9ec1e6c81594279a 0.94 MB 1,090 6
705,500 705,500 0000000000000000000b8d2211bc6ec1dcba83dd0a4d26937bea8a61be3046f5 1.13 MB 789 18
Previous 10 blocks ↓
Total Size: 685.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: 1,372.12 GB sent, 106.27 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.