Memory Pool Memory Pool Refreshing

96,700 transactions
35.63 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,369 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,739 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,368 (317,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,280 529,280 0000000000000000002791806dc191c1a5efcdf49573b70891eb787da8e8b97a 1.13 MB 2,174 42
529,279 529,279 0000000000000000001ef9e393c64d2b00e95b7f7bdb617d3b50f79ab7822883 1.07 MB 1,128 20
529,278 529,278 0000000000000000001d4b4003b7c8e19437112aac593c8e0f59edc95122fde9 1.17 MB 1,864 26
529,277 529,277 0000000000000000001b8ddfdae96b18e795ca2553c459cf39b739cb091ec12d 1.02 MB 524 8
529,276 529,276 00000000000000000011dda6868886dc8e2f6b101022bfb7f6b554355520e512 1.09 MB 1,465 28
529,275 529,275 000000000000000000020096ad50722993824c43c6c456054dac9e04524b5dca 1.06 MB 1,118 16
529,274 529,274 0000000000000000001a61ba5fb7112040752021a59e921adbd55ae379cfb8b8 1.14 MB 2,205 31
529,273 529,273 00000000000000000003d7d59f04379002e0d9809d01a85d6d857c6c4b0ddc5f 1.01 MB 230 3
529,272 529,272 00000000000000000016f8b98ad0a1b3084e4dd0e6707811b302b58860e09da6 1.06 MB 1,003 19
529,271 529,271 0000000000000000002c4fea34cbc12e6a741ee2f4b94412401d25e6884a7385 1.14 MB 2,280 32
529,270 529,270 0000000000000000002c5bac998ef0c89f340a6986dbda988db35f780a1541be 1.08 MB 726 15
529,269 529,269 00000000000000000030b907eb715d707f9902b1e0dbd3fb4b8e4ec8d5c28fff 1.03 MB 736 10
529,268 529,268 00000000000000000013aac5a1471de2a20df3da578851f0b1e789aa5eec8de0 1.01 MB 151 2
529,267 529,267 0000000000000000001a7c1cf64b3d5714081183154f7f13b15664d909fec0c7 1.04 MB 581 7
529,266 529,266 0000000000000000002e99a233946249ce319a0f58aa84672898075f71102f15 1.06 MB 1,029 13
529,265 529,265 0000000000000000002726ff09ca81d9d84b4ae8bed9f415ff00ce880a94c409 1.03 MB 524 7
529,264 529,264 0000000000000000003153ade1aada839b919c1dea176f935be9413fdcab17c0 1.04 MB 624 14
529,263 529,263 0000000000000000001f7c46c228f7892dffecdf019194dbe6e86b5f1671d00b 1.01 MB 236 2
529,262 529,262 00000000000000000024d111c1607e523ae73af69d4a4c7bc7823b4b189201bf 1.21 MB 2,348 18
529,261 529,261 0000000000000000001af53ae47687a06b6069ca4e3caabba7df46e0f7c322a5 1.15 MB 3,187 53
529,260 529,260 000000000000000000270f6344c890b22aeebbc35fd8a30286f929ef15ad2cc2 1.12 MB 2,127 34
Previous 10 blocks ↓
Total Size: 654.89 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,415.91 GB sent, 92.33 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.