Memory Pool Memory Pool Refreshing

48,707 transactions
18.74 vMB
Show Random Selection Loading Transactions
Max Size: 109/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,929 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,317 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,928 (43,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,533 828,533 00000000000000000003e59ec628a57e0624b986ea89514199ce0bf96f8290e7 1.83 MB 3,327 33
828,532 828,532 000000000000000000025848d01fd9331402835b15aae55305745ca093b4ab1d 1.96 MB 2,482 34
828,531 828,531 00000000000000000003f5376e3784be651a1b2dfb09e4d491c2a3aceedebf75 1.59 MB 3,466 43
828,530 828,530 0000000000000000000140cecdc6433f589ea97d93258390c9d053f188edf69b 1.24 MB 1,476 25
828,529 828,529 000000000000000000005b2becc7ef606ec99cc8ef64e6ac5f8be1041ffcb50e 1.02 MB 180 24
828,528 828,528 000000000000000000035ed4700b9545db228aa0fa241fcd316d260624d88d44 1.43 MB 1,927 27
828,527 828,527 0000000000000000000400497e0e017bd2ab305bf096c31c7cc6ac5107c649be 1.62 MB 1,518 25
828,526 828,526 00000000000000000001f2a1974d574d144442d0b0709078b4772cf3cdabe3be 3.01 MB 1,995 28
828,525 828,525 000000000000000000016a4820649c1d561012f4fd93b98cac95a630671bf1a2 2.25 MB 1,979 31
828,524 828,524 000000000000000000002a3983effd69337ddd75f5862715f6c9b36e0bfa3368 3.22 MB 1,791 28
828,523 828,523 0000000000000000000330485684489ceb723604a4bc7cb39958ce850d635791 2.18 MB 2,911 34
828,522 828,522 000000000000000000021a269bcced06174ceb2286fa029d0c1323c0bfd3a8d2 2.06 MB 2,971 37
828,521 828,521 0000000000000000000053697593a4a9ac22465f921969e7d2f6941be7a6acd2 2.70 MB 1,773 30
828,520 828,520 00000000000000000000b34a8375d5b35c5558565a644dd39478074cca7acbeb 1.93 MB 2,759 40
828,519 828,519 000000000000000000012b988d0dfcf5b744d1018f618dbf224dd07a809a5b85 2.37 MB 2,784 37
828,518 828,518 000000000000000000029aa71b6b11324f2d172afb9cefd3c5bc5442fd1532ca 2.18 MB 2,592 42
828,517 828,517 000000000000000000006c42dd3c0b8e42f3f408fe248d699194c09f2e9a1592 2.27 MB 2,001 35
828,516 828,516 00000000000000000001155881245c564ddedc5376282d977d531201fc010ceb 2.43 MB 2,397 42
828,515 828,515 00000000000000000002333b0d0dca6619b2a41583845e827c9c3d538b78f7d6 2.25 MB 1,721 35
828,514 828,514 00000000000000000003fdebeaa30442254c0dba22bd1bd11d25f9e4ec63c2dd 2.51 MB 1,995 39
828,513 828,513 000000000000000000033b6fb940f90f15e62e60a44d218d226cb1e06bc48f2d 2.64 MB 2,027 36
Previous 10 blocks ↓
Total Size: 703.07 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,581.54 GB sent, 231.88 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.