Memory Pool Memory Pool Refreshing

40,203 transactions
39.01 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,381 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,623 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,380 (411,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,985 430,985 0000000000000000011135afe9eb5c5a6f12a27e521f012a1fc58547422a53b5 1.00 MB 2,406 57
430,984 430,984 0000000000000000000100b90549c72ed1a37efa6a5d96d54726e8bb8f54fc03 1.00 MB 2,755 77
430,983 430,983 000000000000000001a239fd4bb7643e20a722cd670bedd535b8487b74d0ef49 1.00 MB 2,035 43
430,982 430,982 000000000000000003371d659169a6c5cf6e3e8dee8859cba27f6bae5ecf4ccc 1.00 MB 2,916 76
430,981 430,981 00000000000000000349d682db1ef88e864d30589f2819b0d8727f934ddea829 1.00 MB 2,727 76
430,980 430,980 000000000000000004477869f3f98fc34d71e7819743d9da0a3720f8a3cbd782 0.60 MB 1,190 60
430,979 430,979 0000000000000000016807c21428b326256dbf76492343095f8cde862c051453 0.99 MB 1,729 42
430,978 430,978 00000000000000000371572540771ecd34eb252cbf081fc5e96d4a77ea098795 0.48 MB 727 60
430,977 430,977 00000000000000000151090df65a45e52160eb40a48cea864d086878810411bb 0.07 MB 115 73
430,976 430,976 000000000000000002efa38dc20cd9d572bb4fa530815f3affac7b2c8b7c45eb 1.00 MB 1,528 43
430,975 430,975 000000000000000000d7efc0e7d43d331545c1b8e38e12eab2aafb20aa12126f 0.99 MB 305 7
430,974 430,974 00000000000000000304aaa0d642ac34d0f4084496c2cad7586837a83841a002 0.11 MB 251 63
430,973 430,973 0000000000000000041df61f54aa997efbafaddf47f1daedf21c173d85adbe27 1.00 MB 1,622 34
430,972 430,972 00000000000000000037bdb396d7d80faef4409b6c4024f23e2ff81b16be9a59 1.00 MB 2,481 68
430,971 430,971 0000000000000000048a206fdf827d06c46fb3a68646cdc0671f8fd9117be217 0.41 MB 891 43
430,970 430,970 000000000000000004449bf3ec948f6d8a83bcc5d4a9ef70684d0284320e6b87 1.00 MB 1,840 54
430,969 430,969 000000000000000003846b2d70b0af2a4151c108175ae8535da7e5581b32a20d 1.00 MB 1,984 37
430,968 430,968 0000000000000000046fbc709c969c6b117b22ec9bc021990817be5804dcaf38 1.00 MB 1,560 42
430,967 430,967 0000000000000000021fdebf6a2fc59668e0eab93c8c630ed8aecbb46c8bf9a7 1.00 MB 2,349 58
430,966 430,966 000000000000000001c5d5197a1b2c24d8105bf2874c1490fe386c83b8e18b92 0.93 MB 2,706 78
430,965 430,965 00000000000000000407405fe5ba1b3cc15ea2553fb1967f9da848af5e9236fd 1.00 MB 2,799 77
Previous 10 blocks ↓
Total Size: 647.43 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,486.57 GB sent, 45.74 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.