Memory Pool Memory Pool Refreshing

80,150 transactions
28.49 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,973 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,503 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,972 (409,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,982 434,982 000000000000000003405262503bb6008748db5a1b997ed9bf994543633768d3 1.00 MB 2,320 61
434,981 434,981 00000000000000000098e2abcc84d39f12ac0e4e7f82f8f6210330cee3840b09 1.00 MB 2,612 70
434,980 434,980 000000000000000000fd245f233e1f93005b4f8fffe5424885c12c47951c2a4f 1.00 MB 401 9
434,979 434,979 000000000000000002cc5d42dd4eb22288ead620cde02bc745bb7310d6aceb1d 0.89 MB 1,630 38
434,978 434,978 000000000000000001dc05a2c0aaaedfc9b5d8eeb347d2695df2907e2b6d16b1 1.00 MB 2,482 69
434,977 434,977 000000000000000003148878aca898d94b944c0936abfe0a328bd557f62b7ec0 1.00 MB 2,628 76
434,976 434,976 0000000000000000026d1fb87fcdafeac586f3fe9644c8474676e249cda9d2a7 1.00 MB 305 9
434,975 434,975 0000000000000000007fdd779e4c387134e1ba70f27b70041d5bdef1968ac974 1.00 MB 1,157 33
434,974 434,974 0000000000000000015b8e4722274a211c3c6bab15a6bfb6c0f4c833076d951a 1.00 MB 1,488 39
434,973 434,973 00000000000000000139ccee29b4f44a934082fcfc257440a8d1890013213f14 1.00 MB 1,873 35
434,972 434,972 00000000000000000404766b5a68fb966d881bd1d899e18f77084063b0ffcbb0 1.00 MB 2,514 69
434,971 434,971 000000000000000002b55dd89b890ddb6777c00147ce7c70575a2bc78fbf7ad5 1.00 MB 2,287 56
434,970 434,970 000000000000000000100497d73c1d89f57c807c27a09e056df5d22058c3b747 0.75 MB 2,064 77
434,969 434,969 0000000000000000017520a555a4202e032307346677e8deaf04d1283b1d8c71 1.00 MB 1,937 67
434,968 434,968 00000000000000000088ccc5ad4e9f8d7911fddb3f9e69727306d8bf13d04106 0.75 MB 1,869 64
434,967 434,967 000000000000000000073f84bbe11a70332c121649dca6a63107cb4f4d261ef5 1.00 MB 2,649 71
434,966 434,966 0000000000000000002294e329f2ba80e0750e0da7f43254cea74c8913acaf96 1.00 MB 2,468 79
434,965 434,965 000000000000000000b42a21b197c908a126b2bfe8af621e3d4a9e271bdf2478 1.00 MB 1,967 49
434,964 434,964 00000000000000000008b278e5ee0a7de06a0a932764e828dfd4ed9c5ef99324 1.00 MB 2,769 79
434,963 434,963 00000000000000000058ab13a96dbc267986fa5b5fb051a16c203223d8123731 0.01 MB 17 72
434,962 434,962 0000000000000000017e148dd0494ed78e8df1d3a20892c2f47bcd315a963672 0.05 MB 123 94
Previous 10 blocks ↓
Total Size: 652.35 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,249.44 GB sent, 74.08 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.