Memory Pool Memory Pool Refreshing

29,301 transactions
24.95 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,221 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,800 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,220 (370,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,646 471,646 00000000000000000137251a064974f22d402138bb0e905cf7e204384c3dce96 1.00 MB 2,402 339
471,645 471,645 000000000000000000c5d8d14c3392ccb0a98016828c6f7722ef610e1dd80c7a 0.75 MB 343 62
471,644 471,644 0000000000000000005e8c9353a634b1f3ffd89830dbdf6141829bc34f42fc8a 1.00 MB 521 63
471,643 471,643 0000000000000000014628216c886e4b7a64fa2fd81d4e9d38ce4c7dccd8eaa5 1.00 MB 684 96
471,642 471,642 0000000000000000018e9de289515a1cd46eb61ac9b3a3c30b3ac917419185ad 0.99 MB 1,701 175
471,641 471,641 0000000000000000002e83edbde663c0af7dbfac6e18ef462433c4ef3cc4ae10 1.00 MB 1,791 204
471,640 471,640 0000000000000000008954574de78dba8499b6df0aa460f646ec9f6f87c53542 1.00 MB 1,718 164
471,639 471,639 0000000000000000009598aaf04c3b4d95716f5811599b22a980c77aca701bb0 1.00 MB 180 45
471,638 471,638 00000000000000000083ec4e93f9b3239549a8c0c8a72737d74eaa80559d25c4 1.00 MB 889 81
471,637 471,637 00000000000000000144ed1ed6cf3b11efc7f6fb1a886bbda1081a2fd4e763f1 1.00 MB 1,698 178
471,636 471,636 0000000000000000002aed3e12dba78e7b74f1b9582cdabcd54740df35f2297f 0.99 MB 2,083 257
471,635 471,635 0000000000000000008ebe7c67d722ad2e7cf47cbec53cf496bab5a9ce2a39e8 1.00 MB 366 80
471,634 471,634 000000000000000000ff9df715a475b259fc7372d6b69c4ff107bbdf4368e43f 1.00 MB 1,796 233
471,633 471,633 0000000000000000017e490906c6743f460c611ffe5ef0b1b516062b599310a9 1.00 MB 1,457 184
471,632 471,632 0000000000000000001bbed9c62435a5a89c184c9b4d48ec8b189156ce4346e5 0.99 MB 1,129 179
471,631 471,631 000000000000000000a069b4f1d0d15e5ac4ca70b7805abdc3d88057946dedb1 1.00 MB 964 204
471,630 471,630 00000000000000000146431e5a58533b5ad0da6d1f587a66562c67f9478bbbaa 0.75 MB 658 335
471,629 471,629 0000000000000000004b0f4ffbbb3c5fc3db966e7830ec249d28b2d7d2dfd9b3 1.00 MB 175 139
471,628 471,628 000000000000000000ce07afd55d8051ffbc5234f18ec279b96c1804777cecbd 1.00 MB 179 106
471,627 471,627 000000000000000000a2e90c3da462646f64be385459035134bd8e545459170b 1.00 MB 1,411 212
471,626 471,626 0000000000000000008b36b2f754d4b4008635faf7edffb894a60a43b1aa9103 1.00 MB 1,454 110
Previous 10 blocks ↓
Total Size: 647.14 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,458.48 GB sent, 43.41 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.