Memory Pool Memory Pool Refreshing

13,974 transactions
29.70 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,213 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,212 (52,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,662 811,662 000000000000000000041fee8bd7120f6ddf85e5bbb3ce5096febe41f2ed8758 1.10 MB 499 8
811,661 811,661 000000000000000000029656fa1460819ebd0527ffc931d75dce76d54203b503 1.27 MB 1,360 12
811,660 811,660 000000000000000000030feefd07f0d8a6eaab7f12696e5492ffb436418ed388 1.27 MB 831 8
811,659 811,659 000000000000000000021b186b0b2bca4e5056b1993418e2cae1e28d55615d2b 1.34 MB 1,570 13
811,658 811,658 00000000000000000002e0149575cb0752bdc872434cb57d90596a74097f874c 1.15 MB 826 9
811,657 811,657 0000000000000000000361e74d63c8ba0c375aa1da8ec9ff622fde7c9c691b00 1.31 MB 1,278 14
811,656 811,656 00000000000000000002a24c9f0a9271c85432bb9d7c62540ce5f4f507901850 1.32 MB 1,475 14
811,655 811,655 00000000000000000001e75945e03a3a0e90c34966aea414cbf81e67fac2c266 1.49 MB 2,193 15
811,654 811,654 00000000000000000002860dffe2316d1b8ecbca53c252080f96d2795742a067 1.47 MB 2,985 15
811,653 811,653 000000000000000000037cdaff67292b74212578005e1e587f847a7cd49e03c6 1.57 MB 3,321 30
811,652 811,652 00000000000000000001b42fc97459d2073513af982ef867a61e32dc21d296d9 1.56 MB 533 6
811,651 811,651 0000000000000000000368afb31cab4a0e4fcbc995d0a19a4a303bd320e7bba9 1.20 MB 713 9
811,650 811,650 000000000000000000004ec41f6d3cacd6a24ecb6535283c262f0eacca6afca6 1.11 MB 289 6
811,649 811,649 00000000000000000000bb2954c3775af66959e2324ad09c0b28a2eb601309e1 1.22 MB 1,144 12
811,648 811,648 00000000000000000000871463bb561f0fd4ef781ce962f1899a911185b87c52 1.13 MB 422 7
811,647 811,647 00000000000000000000ffcdca913da39717b43941ee0b78ed5c20aedcb9fee5 1.17 MB 451 8
811,646 811,646 00000000000000000001065e07b7e8b39be95f36774938bc24cf27732015fe3b 1.15 MB 530 9
811,645 811,645 0000000000000000000190067c73d6ebb9286371be7a7d13f430557677cce150 1.49 MB 2,470 18
811,644 811,644 00000000000000000003f34409eb89c39f46df38ebf5da9239f4d9f472510935 1.20 MB 689 10
811,643 811,643 00000000000000000001833d9182c2333f519ee472d67f0088a8838ee28cdf5b 1.20 MB 996 11
811,642 811,642 00000000000000000001a264aea96ef331ca1e602adc893c7626b526302f200e 1.23 MB 1,066 12
Previous 10 blocks ↓
Total Size: 688.45 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,625.69 GB sent, 127.78 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.