Memory Pool Memory Pool Refreshing

59,683 transactions
24.99 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,949 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,775 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,948 (206,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
665,544 665,544 0000000000000000000029bcfae025ced3077c2622a8804abf33f273bcba375d 1.21 MB 1,673 46
665,543 665,543 0000000000000000000726c746e42291ce53a87fcba9d5667c0949060092061f 1.31 MB 2,100 45
665,542 665,542 00000000000000000004cc9b865f9233747c0a8fc3e91604a8a821fe6867704c 1.19 MB 1,906 51
665,541 665,541 0000000000000000000592c02ee15293bf10062c5c6836b89dcacf16fceae552 1.13 MB 1,334 62
665,540 665,540 00000000000000000007157505ffcd7a0c6e7a3c09cc6ce52d62292fe34cbc6a 1.09 MB 2,075 25
665,539 665,539 0000000000000000000d7fc3801f3ce9e079f7a2f8a904d2262691e587b822a7 1.24 MB 1,865 61
665,538 665,538 0000000000000000000bf36e469cfd26fb36225dee958cf4ea87c9afecd6197c 1.29 MB 2,194 47
665,537 665,537 0000000000000000000c4c670c25dcaea6940e976263a68d47f6b69a6f00fc5e 1.34 MB 1,876 57
665,536 665,536 00000000000000000003a49526081e0759c5e8242187b6de49045d57dc3fc44a 1.55 MB 1,807 61
665,535 665,535 00000000000000000000f4307ce28501b0de12a0c18d1e607868396844a9de49 1.49 MB 2,031 86
665,534 665,534 000000000000000000031278866635a32a375b023673f966505d2370675a9893 1.34 MB 3,380 126
665,533 665,533 00000000000000000009db43cbc3d8a1118e595ab767f85d4e7e8e0b5c32a1e5 1.35 MB 2,988 115
665,532 665,532 0000000000000000000ada61ff1f06220587c8141d54f4c137e7bcfb56550656 1.19 MB 1,273 40
665,531 665,531 000000000000000000062c053702e592ba3c66892c25e4b1858f7bbca0e490f7 1.33 MB 2,137 52
665,530 665,530 000000000000000000040eed1b18a2eb9425aa9ce41e784184902a7e718ac769 1.29 MB 1,950 47
665,529 665,529 0000000000000000000c6e66de362745abbb9221f46934745077d9e8442a90c7 1.13 MB 1,311 79
665,528 665,528 0000000000000000000273031d56d20576968e6d136a38b9148b7477065e3c04 1.24 MB 1,212 35
665,527 665,527 00000000000000000002532cef3fff2c16a15acddcc1daf4d42243df87feec47 1.31 MB 2,109 52
665,526 665,526 000000000000000000022e137a80f093e04c7506f3a6b2b088fe2b67a9bb818c 1.24 MB 1,267 33
665,525 665,525 00000000000000000009ff12100ef679d41a6929a989fc4906f1243708a347c8 1.14 MB 1,942 28
665,524 665,524 0000000000000000000ced41c063eec48260d3c305d50e2a1e188d432a1447e2 1.46 MB 2,666 73
Previous 10 blocks ↓
Total Size: 703.11 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: 2,582.31 GB sent, 232.14 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.