Memory Pool Memory Pool Refreshing

78,685 transactions
32.18 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,896 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,924 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,895 (503,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,836 341,836 0000000000000000066dc11c96dd7528960023493b6631d1e647e4088f1bd5d3 0.11 MB 220 22
341,835 341,835 000000000000000003b86347fb95ebd73fc43fa8fe68f1dc048efd59bc28964d 0.55 MB 955 27
341,834 341,834 000000000000000014c7e28377c672a0f0b6c9350529456b556fc5fd64a36d7e 0.46 MB 719 21
341,833 341,833 0000000000000000183e485389ee3392615aedae3b16ed57a60ee6a8ec9c817c 0.46 MB 904 28
341,832 341,832 0000000000000000002dce0e5170822706368b36bd421d9b948a3eb637261fa0 0.90 MB 1,633 27
341,831 341,831 0000000000000000126a44a25bbe18c25d22f096dab90875ff210502a861c05f 0.39 MB 398 15
341,830 341,830 00000000000000000ef78e7f3f2df40c9a46b281a857456e8dda86a41ef2846a 0.10 MB 166 35
341,829 341,829 00000000000000000a463e8af489749efc14138c81263db41814a1152b33f292 0.75 MB 1,908 33
341,828 341,828 000000000000000002d92aed87ed3bc4e19acc227c6c6f6501c9f66b8a9f4e43 0.07 MB 169 29
341,827 341,827 000000000000000018f38a4731a3d35eb11c9ca2743bbcaaa53db911ca4cd450 0.16 MB 217 17
341,826 341,826 0000000000000000017d11e0e3351e97caaddd72020028b8c9a23dad9b11995e 0.26 MB 533 23
341,825 341,825 00000000000000000f10fcf19ff33a10dd3eed1cc5f09f9c01da08605833fd2c 0.09 MB 187 20
341,824 341,824 00000000000000000f3ee65e1d699113ba30b0656958f8efd9d9cbb1465f3d44 0.59 MB 955 22
341,823 341,823 000000000000000012b6660af043c43e045b1a7d7f0a47c6365e871042978d17 0.31 MB 793 39
341,822 341,822 0000000000000000157c1c99950030274e03bb5e75c0603dac74b32f8a3dce7e 0.41 MB 821 26
341,821 341,821 0000000000000000076d4bf42fb5c9422b739477dfaa9bedf47cfc4dbc4193fd 0.06 MB 96 10
341,820 341,820 000000000000000016a5a8fd0b6d3383b85467e706172ff6170732479274bce2 0.44 MB 749 23
341,819 341,819 00000000000000000e1334cdcac4f8b26240f3d3cfa2555c37d33518e66661ea 0.34 MB 773 21
341,818 341,818 000000000000000001a948c51a04a607a6eae9d6bc5127f307f54c8653b71a31 0.56 MB 359 12
341,817 341,817 00000000000000001633acba89d29e3d1f57b37d6de2f65a2b70f5ccfc7bbcc5 0.75 MB 1,272 22
341,816 341,816 0000000000000000114681dbd2523b7fe1bd6e9189c02208fb76be75345958ba 0.75 MB 2,425 42
Previous 10 blocks ↓
Total Size: 652.21 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,213.62 GB sent, 73.11 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.