Memory Pool Memory Pool Refreshing

78,566 transactions
41.43 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,694 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 5,966 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,693 (546,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,460 301,460 00000000000000003ab28622cce3bbaac8f7545183d874016f9ab83c291c81ca 0.07 MB 142 18
301,459 301,459 00000000000000004264d74848e3cf6c86b12ecf01e935689176f53d76a6980c 0.03 MB 18 11
301,458 301,458 0000000000000000051b92e16dab1b54c53f1a58cc872dd04febff8eba09f9c1 0.35 MB 305 17
301,457 301,457 00000000000000002c29c061f8137bdf66e445b9cab1648bd728ba7eaa6f0ef4 0.35 MB 864 33
301,456 301,456 00000000000000003e7f89ffdad81dd88303b696286a4b7060dfa9c05fa8dd9b 0.00 MB 1 0
301,455 301,455 00000000000000000d54fc165be898032aa7dd17870173d1298d2681e2a3d392 0.05 MB 128 62
301,454 301,454 000000000000000010b372a2771935ebeaca422cb49f23a4ffa20f1bd70c9b2b 0.33 MB 177 12
301,453 301,453 00000000000000004dff81aadf782cceb8a2d082f0f255472791c8bb2984e958 0.35 MB 725 40
301,452 301,452 00000000000000006ddbf11aa2ace93d514d0206afabb9ff019a7159ba7218c6 0.03 MB 76 41
301,451 301,451 00000000000000004c4c20afa4034a186b8f66a683c1ff5e49db050984db71fd 0.25 MB 657 37
301,450 301,450 0000000000000000005ed62331546b26c7f660c4150db84dcf21414dceee29b2 0.14 MB 248 32
301,449 301,449 0000000000000000609ef770418f168033f87855b586f73267d477e7e37af71f 0.02 MB 57 16
301,448 301,448 000000000000000049b0c2ea22d61f33040cd4c7038a28ded74ed34238abf8c6 0.17 MB 283 26
301,447 301,447 00000000000000001aec522c9842e8d14213c323b7d21cc313a0b8bfcc0923f3 0.15 MB 270 90
301,446 301,446 000000000000000008fb473312a6635e6be63e7435136ab65e1687f7a41e9da2 0.61 MB 1,089 29
301,445 301,445 000000000000000067fdf08893f2b832a4b283adc7b9e476979eb65c2091132b 0.17 MB 283 27
301,444 301,444 00000000000000001e40041130bd18c605133da73a0cfefba2d9ee96a0675bbb 0.09 MB 178 29
301,443 301,443 00000000000000001bdf161d954d5e0f13263fa2b9eac5eedd784a88e9756223 0.24 MB 419 25
301,442 301,442 0000000000000000331a49fe0c8339fee3f40a564d86f17dd76e21628d2335d6 0.28 MB 469 30
301,441 301,441 000000000000000016265e6c24fd7246c182145563227f00af0651b4ddc9b122 0.03 MB 40 16
301,440 301,440 00000000000000007660f05837b740324732dd719999c7aac97e1f8c418fa268 0.17 MB 407 32
Previous 10 blocks ↓
Total Size: 657.23 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,599.37 GB sent, 108.76 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.