Memory Pool Memory Pool Refreshing

56,554 transactions
38.17 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,157 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,185 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,156 (486,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
355,715 355,715 00000000000000000582aead0f4e0d43bdd7b7e00d168ee880875dc44d0d078a 0.68 MB 1,175 24
355,714 355,714 00000000000000001281e8f38b734fc3843681eb2dc4b7167b3ff8fcaddf90ab 0.70 MB 1,150 20
355,713 355,713 0000000000000000089c391e2a3efaa0a5fb67b331f94fb007b692c43a63361a 0.27 MB 416 22
355,712 355,712 0000000000000000049016ed2a52eea6913f202e4d47e935a512c3f758c449f9 1.00 MB 1,653 18
355,711 355,711 00000000000000000b614fbe458badb78938285f9b6f40fc6e35aa5726836e2a 0.75 MB 1,556 31
355,710 355,710 0000000000000000027534ddf4a20c4850e9b998cb34258ebfd436b7db3914ed 0.75 MB 2,266 40
355,709 355,709 00000000000000000e547efc7d5db6d40f4ef3da19e9aeb0f435eedbb6634865 0.69 MB 1,700 31
355,708 355,708 000000000000000001e7656d70bc08ea10bdec54be2f9ea365126198145dcc43 0.13 MB 197 29
355,707 355,707 00000000000000001672c2c047085db722e577902c48d018cd88f1d46359fa28 0.00 MB 1 0
355,706 355,706 00000000000000000c6dfb32d33feb73f84d280e0329edb762b04142f41aa995 0.01 MB 30 30
355,705 355,705 00000000000000000205dcd89b256bc719431547c65c5ab354b585d3f36e7e9d 0.41 MB 932 30
355,704 355,704 000000000000000006781d77f1b4fd7fcf0b95e413b555749bc6a5de64fa4603 0.00 MB 7 14
355,703 355,703 000000000000000006e7b442d3a38ffa790629fd3a85a5ecef41ded942aa8025 0.13 MB 212 19
355,702 355,702 000000000000000002f917f72c18177d4b7e88a20aca79a34c0f1e5e65e1b884 0.09 MB 256 36
355,701 355,701 000000000000000008f0c2ac23006377644641b8b784a67f0d522b04c91db8cd 0.18 MB 267 16
355,700 355,700 0000000000000000012014b28848c735a362a5c78c2e8d41c38807e674e06c5d 0.19 MB 374 24
355,699 355,699 00000000000000000fa3a0621951ab7f7e1971b53e3c99aaf192df5ffe4f463c 0.16 MB 286 25
355,698 355,698 00000000000000000d90f2938783a1ae717da12a645050edb75cd036c67c5293 0.07 MB 141 26
355,697 355,697 0000000000000000106b37763a7f817de4ea985415fcffae0fc5ae16b32a5bef 0.46 MB 960 26
355,696 355,696 00000000000000001022c82795804eec822c60497c860efe4be68d780ae45c4b 0.26 MB 605 31
355,695 355,695 00000000000000000b935bbd0a50739f0339468a06cfdb6b05914efef1f80b1b 0.31 MB 548 23
Previous 10 blocks ↓
Total Size: 647.03 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,447.12 GB sent, 42.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.