Memory Pool Memory Pool Refreshing

44,517 transactions
33.00 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,068 (70,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,430 792,430 0000000000000000000415b2c6092af6857a471b554b7e6ff4f67a15502e5c35 1.76 MB 2,808 34
792,429 792,429 00000000000000000004949cf67b47ad6a6cb13cfbd84c371f22dc22243839d6 1.49 MB 2,661 46
792,428 792,428 000000000000000000018a4d6a794cdf490464c38c69695ea653e7cc8654d5b6 1.40 MB 2,380 48
792,427 792,427 00000000000000000004fff560b17e8c95f536d4a47a45e8acfe73936c42852c 1.61 MB 2,729 85
792,426 792,426 0000000000000000000400c1312c47ed81a310f686daeafc536e0a5dd8194566 1.68 MB 2,460 61
792,425 792,425 000000000000000000035729311e6555d2b407b135b3f52df41e83c5c2217849 1.76 MB 2,067 26
792,424 792,424 00000000000000000000f1ae07aa4dd3b9adc8cd0037b9a2604feb8118b77ed2 2.00 MB 2,893 33
792,423 792,423 000000000000000000007b455cc9e72ecf90443315537b81313e29d51411c91d 1.55 MB 2,302 63
792,422 792,422 00000000000000000004164408a6a75d6a8848583b5b2c3df55820e1d2265a3a 1.47 MB 2,162 51
792,421 792,421 00000000000000000003fa60ffb6d16fb4939e58fa653a53cb5959c43a089544 1.37 MB 2,487 53
792,420 792,420 000000000000000000040f5b90e84b7b5bea7f4aaeef67543b165add24dd1e24 1.45 MB 2,651 84
792,419 792,419 00000000000000000002fa82ee8ab3ccb819f2ade82e1c87be242d63480f3214 1.52 MB 3,572 77
792,418 792,418 000000000000000000030c9ad11906cfd1fff86c414c2df90a26c15057312ebb 1.67 MB 2,713 91
792,417 792,417 00000000000000000004094cf3e4d2ba4358f436219e4c93a9605a4ab9438b91 1.59 MB 2,855 47
792,416 792,416 00000000000000000004fb1d6a8fd4f34981759bdcc94928c7cd27197fba5a64 1.43 MB 2,928 73
792,415 792,415 000000000000000000009cff2c4bbeb3bee27959af4ba2a81e36805feb86aade 1.31 MB 1,774 55
792,414 792,414 000000000000000000020ffe99f9cf74cb48704169b98d7f345b43bffa2dd490 1.53 MB 2,911 61
792,413 792,413 0000000000000000000451259854b88a266a1767353ec7d9436c54f9af46de30 1.36 MB 2,353 68
792,412 792,412 0000000000000000000218a6b26069d906e34c92d88b4b70766031173dd6872f 1.43 MB 2,906 86
792,411 792,411 00000000000000000002904d9287a464319ac0a274826aebdb7e91c7880e4e32 1.63 MB 3,411 54
792,410 792,410 00000000000000000000e5c81bf1921bbc2d40805c02d50ff56ef5ec86db407a 1.52 MB 2,876 54
Previous 10 blocks ↓
Total Size: 686.22 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,419.01 GB sent, 113.60 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.