Memory Pool Memory Pool Refreshing

70,321 transactions
27.67 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,773 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,306 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,772 (63,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,321 808,321 000000000000000000037d26a864a7c7a725a8e36612a4684c50ac75ec747f39 1.86 MB 2,058 39
808,320 808,320 000000000000000000002fb5e7f0253d1aa25ee348c2e7af8d7f16d79859079b 1.87 MB 1,728 40
808,319 808,319 000000000000000000018096aa7dcefd5c3c9e1c3a24e74fd8c54b1ff9ab571d 1.73 MB 2,718 44
808,318 808,318 00000000000000000002e8cedbbb4494b4052436cfed68a5665e3ca5ddad3f74 2.16 MB 227 36
808,317 808,317 000000000000000000050b7af7745e9997a4f45f520990d61747895c69491568 1.65 MB 3,234 46
808,316 808,316 00000000000000000000ec13b2ecfef47501517f1d172f813406a7b8e05a71c6 2.11 MB 488 36
808,315 808,315 00000000000000000002a0b41c8e0b890909d513ad9d8e401ee446775698ffb2 1.60 MB 3,381 45
808,314 808,314 000000000000000000022f9ecd48037bfc91a96d1b24cffbe4e32f515bf01c47 1.26 MB 1,713 38
808,313 808,313 000000000000000000004ba4a62ff355a59177d62b071b4d9644fbc959ff7ff5 1.50 MB 3,215 47
808,312 808,312 00000000000000000004d6c054d6e106d2763de75c997923bceb5c936883d679 1.46 MB 3,432 55
808,311 808,311 000000000000000000013f767aa807313088cb1f8a2bc008996b8d6c051da80b 1.48 MB 2,792 35
808,310 808,310 00000000000000000003f9b956705b7395c5a3449e5682ee1930e50a7f36072c 1.64 MB 3,266 37
808,309 808,309 000000000000000000038f382b8f5b68ac47225ee0ae00a244d2d69e68639780 1.47 MB 3,259 55
808,308 808,308 000000000000000000038b26f997ebb358eccf4e4ab0e08f79529646cbf6d58d 1.59 MB 3,842 33
808,307 808,307 000000000000000000036764958bc568910330dc213d6930f26e3ca3ad97c0e0 1.72 MB 4,068 36
808,306 808,306 0000000000000000000202465e720d0f796e55cf9e49b6bfd44b7f2ae90b7442 1.62 MB 3,499 34
808,305 808,305 00000000000000000002f2133665607606e585d08bccaf2f6d1eb960a1096090 1.43 MB 2,701 41
808,304 808,304 00000000000000000003403dc947cc29cc739f1b33c853eb6d045b0fad5a7cb2 1.53 MB 3,250 40
808,303 808,303 0000000000000000000096b407f3d07fee6794279bec4698fd15c7538bb738c5 1.57 MB 3,546 38
808,302 808,302 000000000000000000043b6a82bdc1c90e011a8110120a199a5269e00b1bd845 1.66 MB 3,826 32
808,301 808,301 00000000000000000003b479275d2a1b3b1e460bf1c02b9377a5d6f732c61d1e 1.56 MB 3,359 34
Previous 10 blocks ↓
Total Size: 702.77 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,560.34 GB sent, 229.90 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.