Memory Pool Memory Pool Refreshing

104,984 transactions
32.03 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,072 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,661 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,071 (149,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,643 696,643 000000000000000000106163d1949868463f3b3d7b55f7a96f92a55ba1e25f70 1.28 MB 1,718 16
696,642 696,642 0000000000000000000249f6315948c7288150f1dde05daf5742d7fb2ad292db 0.20 MB 353 12
696,641 696,641 000000000000000000067bfee4073dd2c7ec20c541fa633b80fc427bc58d96dc 1.19 MB 1,536 8
696,640 696,640 00000000000000000006bbdbd9ad9e992334992b1b580cb3d2cafd6641476d8b 0.78 MB 518 4
696,639 696,639 0000000000000000000a15148a96fb0473f96f392e941227948fb889a8550487 1.14 MB 742 3
696,638 696,638 0000000000000000000a1e24d116703e65cb869e2f182742d0b49d5a1c77d291 1.09 MB 556 4
696,637 696,637 0000000000000000000a2265ccd5bf56d0b122083031fbb44e969f6f39a5ddc8 0.83 MB 180 1
696,636 696,636 0000000000000000000e4c184d78f5b6729cc65537fc3d4e13d786303eae67b5 1.31 MB 710 5
696,635 696,635 00000000000000000005900beacc82ebb6433780e0ce27e827f46b256036e126 1.20 MB 931 11
696,634 696,634 000000000000000000033ebf1d2af22f4b31b3ca98f21a176ca1a7131855a97e 0.87 MB 674 6
696,633 696,633 0000000000000000000bd3686fa55b3a6898dc86e48670ce0b91875fb0d56fa8 0.04 MB 73 5
696,632 696,632 00000000000000000011392d8c21f2f411bb39ad703efb7dfef3270fc4787fae 0.13 MB 109 5
696,631 696,631 0000000000000000001052d340f07c2d0e376d645aee55fa3b75bb272bee6ac9 0.14 MB 199 9
696,630 696,630 00000000000000000004fadb48c1e3d897ef9e88eadcee52181b1c4adb93ad0b 0.98 MB 696 4
696,629 696,629 000000000000000000021fc5e38edb741c3cdc21127cfe356229090f621922f7 1.58 MB 952 9
696,628 696,628 00000000000000000008a3b12033e0652249bd265225e3fbb23b71f1a7568db8 0.73 MB 1,077 13
696,627 696,627 0000000000000000000ac80166bc1d7c90b466c9006a77a78debf40d0381e73f 1.30 MB 1,655 15
696,626 696,626 0000000000000000000c4fd529c15cb1e7741b7e9a882a0b6d4c1d5e3bbdfde5 0.87 MB 1,262 9
696,625 696,625 000000000000000000059992892ebf098c43ccf6212118d0e839a1cdd5cd4e87 1.38 MB 2,349 14
696,624 696,624 00000000000000000007b33dffcd5f49e36fe2da2a63e1f43c32973e5b798fe6 0.11 MB 198 13
696,623 696,623 0000000000000000000d488fcd13c7dddf593b851b0d542c0853541460abb27c 1.09 MB 1,196 11
Previous 10 blocks ↓
Total Size: 654.36 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: 9,368.47 GB sent, 88.39 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.