Memory Pool Memory Pool Refreshing

5,874 transactions
26.42 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,764 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,763 (397,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,478 465,478 0000000000000000016c5d3971474ac7f713007a98365d724bbe9cb2a07c5c42 1.00 MB 2,737 160
465,477 465,477 00000000000000000127b072477d8c01585518f7e9a2ccc4e9c60192e695149c 1.00 MB 1,785 160
465,476 465,476 0000000000000000000e505d34c6b670ee69674263d53cc67721f90470c82932 1.00 MB 2,584 211
465,475 465,475 00000000000000000050cc1439d516a42b20e56e517e2fccf9974306a4a90514 1.00 MB 2,451 184
465,474 465,474 000000000000000000fc7535531427eabf1df0efab500b5d9206ef9db3ad8d94 1.00 MB 2,694 283
465,473 465,473 00000000000000000104e33927c23c718a2e75bb72f5847aa1e234f76b820cba 1.00 MB 1,822 161
465,472 465,472 000000000000000001cb21ef33483f8d272df8be293c9f7e3fb033e06feeaf46 1.00 MB 2,736 225
465,471 465,471 0000000000000000008e7aaa292016b26dd6f3e6c0a6d8d45ca5acda06719b0a 1.00 MB 2,770 244
465,470 465,470 0000000000000000004b30d690f6c977e4be981599887b6f71169648246afaff 1.00 MB 2,514 170
465,469 465,469 000000000000000000b8e468a2ec0b561c26243a972f5192a63a449a9a662b85 1.00 MB 2,244 168
465,468 465,468 000000000000000001d500412a37c747cd502910d3ba777a09f831692c4bce21 1.00 MB 2,587 215
465,467 465,467 000000000000000001fc87bbb26d20ee468a812374d38a3cfb2b819348785353 1.00 MB 2,112 190
465,466 465,466 000000000000000001200f0c3555ac4de75ff8145a81ca67e6fb48cf2d2d3685 1.00 MB 1,681 141
465,465 465,465 00000000000000000104523a1f2047a9261ae337ed90b82c5531ba630a033bae 1.00 MB 1,947 155
465,464 465,464 000000000000000000f9cfb00f5e9696f571fe089e6e0c5b5c95cfba79138afe 1.00 MB 2,600 152
465,463 465,463 0000000000000000012d1ad6adf578b1322b4136644ec0e774bf71c58c8db38a 1.00 MB 1,922 151
465,462 465,462 0000000000000000014e46ef79d2088c19c23acb928620317e4e3c458e3598b8 1.00 MB 2,169 180
465,461 465,461 000000000000000001a3cf4d254c29e8a78743ef33560206503da20ac87e0dfe 1.00 MB 2,431 187
465,460 465,460 000000000000000001f0db392f1c6469836ca57b4572cae2a332e1ff7376d648 1.00 MB 2,204 231
465,459 465,459 000000000000000001c87ca94cbc488c004ad193fe633ee24829c89806df91eb 0.49 MB 1,553 447
465,458 465,458 000000000000000001d1862ee2a753be9f71d42c88049616b06aa166a6ff798b 1.00 MB 1,882 213
Previous 10 blocks ↓
Total Size: 685.64 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,395.00 GB sent, 109.66 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.