Memory Pool Memory Pool Refreshing

47,188 transactions
48.06 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,320 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,012 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,319 (476,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,373 365,373 0000000000000000059432bd51b7ae925a696210e81deeed1130e9002021b65b 0.24 MB 414 59
365,372 365,372 00000000000000001556453c4ebf7982250fe0cbbb4878f52275dbee026b8ac5 1.00 MB 1,481 53
365,371 365,371 00000000000000000bb916963d04aca7edad489d16748226cdfd112e5ad8f1bb 0.21 MB 480 46
365,370 365,370 00000000000000000e9708b2eb2faa4d4fffe195af05e409414fc4492ec44868 0.75 MB 1,146 34
365,369 365,369 00000000000000000a6cbcd04b138c9f284e44614ac42123ff306d38a89a08f5 1.00 MB 673 14
365,368 365,368 0000000000000000148313c03ffc2c8a1398c0f3a726606ec2a805a617eecbb3 0.93 MB 601 12
365,367 365,367 000000000000000011bd8a83725366639a706a18678e9ab8eccb9b2bcb22535f 1.00 MB 837 17
365,366 365,366 000000000000000011c09d595020cc41b0f4cbfdeeb75687fe6c1da2ab9d5755 0.28 MB 330 62
365,365 365,365 00000000000000001346da1c767d6e553d353bf42e6b602534738a6f91b03033 0.52 MB 1,145 49
365,364 365,364 0000000000000000049e0ab5614bee68657ed6e36c273ee351c3478e19ce9157 0.00 MB 1 0
365,363 365,363 0000000000000000149d379a9f7fd56bdbe54f7e43753143f85a9d43b8c5101a 0.93 MB 632 17
365,362 365,362 00000000000000000fedf2238c79cb999002d4a0857b2f2fbb746d6cca5e82cb 0.22 MB 178 17
365,361 365,361 00000000000000000ea94bdb540cae09e93c5ba05127285ecd398698ce07d29b 0.58 MB 858 31
365,360 365,360 000000000000000001a59cef4dc6bf79d75d79401595dd2999bbffd09b4de74d 0.00 MB 2 0
365,359 365,359 00000000000000000a8471cfc282b6a914a36977afa767ae0aade9bf0d66216c 0.93 MB 2,417 62
365,358 365,358 00000000000000001379bcecd17d42c51e655ed425aab104797c400e6bb405e2 0.93 MB 688 14
365,357 365,357 0000000000000000080823a5cbccd3684dad234505f1d0c589279770832a48ad 1.00 MB 314 5
365,356 365,356 0000000000000000039ca2c096ce8f39d0e089346680761d9efdbc4d089a1360 1.00 MB 549 10
365,355 365,355 00000000000000000b2f38332ffe78515f46553a47589b4cef5ce0100b955ed6 0.57 MB 1,172 44
365,354 365,354 00000000000000000e3302a0e13d695250e969f8cec16b18d9c0f0c802550c12 0.75 MB 360 9
365,353 365,353 0000000000000000008929018a453d4e7f9ffc1119ad22158c73f6b1c6c10742 1.00 MB 300 4
Previous 10 blocks ↓
Total Size: 647.32 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: 8,476.79 GB sent, 44.87 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.