Memory Pool Memory Pool Refreshing

58,256 transactions
37.83 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,127 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,227 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,126 (75,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,816 766,816 0000000000000000000190991e0155ff24b6e4303090385c9df5f791af60717f 1.33 MB 1,814 15
766,815 766,815 00000000000000000002a4160bd929bb1f389c9a2170e5411dc919877ccab14c 0.23 MB 290 1
766,814 766,814 00000000000000000002b0855902f741d6911fad73a8b710d7d3f678f83d026f 1.52 MB 2,010 7
766,813 766,813 0000000000000000000669139cda7e3f77a33138d27b97134498175002ce228d 1.10 MB 693 3
766,812 766,812 0000000000000000000495861a4fa46db823e599af5f42be07ab6c84c8fd8d3a 1.47 MB 2,106 8
766,811 766,811 00000000000000000000e400333e76953a92f2d1a9ccc71a51b29c094faee290 1.55 MB 2,382 9
766,810 766,810 00000000000000000000a8a7c209ad7ea0b1c38ad0a46ede4cafbed6a6fcd2ce 1.65 MB 1,991 6
766,809 766,809 000000000000000000048782565e058b165e895809be1ac674f7ac50517b4194 1.66 MB 876 2
766,808 766,808 00000000000000000001244d1d24d52ce09da329f5c7c3235202b8ef6dc3ff8d 1.56 MB 2,811 10
766,807 766,807 00000000000000000003c5545bd2ccc1b52e656a4f6d16659270c7d6151c1c92 1.35 MB 2,657 16
766,806 766,806 0000000000000000000466b5a7a1906a64862572c27c71c542e011c3c31f103d 1.75 MB 754 2
766,805 766,805 00000000000000000004960442959d7f13300a30f29aa8357b5d56c1a38df2b7 1.50 MB 534 1
766,804 766,804 0000000000000000000414f662495bb97b5ed311b68bd9361515770b6052ce27 1.59 MB 1,774 7
766,803 766,803 00000000000000000005ddcb6124ecca340f3ed2055bd9dbd845c156d67281b3 1.66 MB 747 2
766,802 766,802 00000000000000000004c82d865710ae6f39deedbac4eea5ea93add132c25271 1.60 MB 2,906 14
766,801 766,801 00000000000000000005447b9aac4af2a4070338b481715402a80907d0c76d9a 1.99 MB 292 1
766,800 766,800 000000000000000000056f03b41551df4731c1bc47169f54c7c27ee72eead4e0 1.43 MB 1,279 3
766,799 766,799 0000000000000000000395986fbc3b95a2a587dfdbc5ba13574a384f69555060 1.56 MB 2,682 14
766,798 766,798 00000000000000000005319b51ec6e77fa5096d390aa2ec8aee4c7b9f997413c 1.66 MB 2,218 3
766,797 766,797 00000000000000000006afe71b8788431eb432dd345fd1947f67c5a06be96a86 1.59 MB 1,765 6
766,796 766,796 0000000000000000000476779023f8ccd0793e6a8449a179c39f8db013bdb5d5 1.85 MB 701 3
Previous 10 blocks ↓
Total Size: 646.98 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,442.48 GB sent, 42.09 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.