Memory Pool Memory Pool Refreshing

36,367 transactions
41.40 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,736 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,619 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,735 (205,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
636,228 636,228 000000000000000000025a6c221246e713501d88df67443625b7e700e67f3f33 1.07 MB 653 6
636,227 636,227 0000000000000000001193c60489d0b28e98bef52c7c37868f06bcc5ecb5f27c 1.14 MB 1,756 13
636,226 636,226 0000000000000000000efbb911c542f038ce30e0b6fd3b5ee18c3dbd1455c8ff 1.25 MB 2,463 25
636,225 636,225 0000000000000000000fd32c557ae5b6ff89bf8036ff739546f0bcb2c3757dfe 1.07 MB 1,348 15
636,224 636,224 0000000000000000000a51a5704e09516b32324db62c7a7dc6c9bc318405dd88 1.04 MB 94 1
636,223 636,223 00000000000000000007dbdf49eab50a0206b0dab2e63f1033a043481250482f 1.13 MB 1,131 11
636,222 636,222 000000000000000000065679f9968200899e42f8a68f2a91556c5c0e942c8174 1.12 MB 779 10
636,221 636,221 000000000000000000111c690c8dbb4ecd8fc4346b40e4a4c6f9a273d5a59d66 1.18 MB 1,861 27
636,220 636,220 000000000000000000081bca9a874adb6e7b5cb6b2d0f04966e644d1e473e55c 1.24 MB 2,539 13
636,219 636,219 0000000000000000000eef2b93e16facb87fe116c7e1506ed82db9b8dd89eb5f 1.30 MB 2,267 41
636,218 636,218 000000000000000000093228bd4eb2224817b9772c93cd5d4bf2ca94a4373d4d 1.09 MB 939 9
636,217 636,217 000000000000000000014bbddc041b0f8289b8cfbe4e89f3d82764a2cd2ffe33 1.31 MB 1,012 5
636,216 636,216 000000000000000000036f582ee53507398ab1e83997ad5d150ef3def746d8c4 1.21 MB 1,949 15
636,215 636,215 0000000000000000000a7bf76dbc19cad8efa900f264d5c81bea7f0ba7a3b0b5 0.00 MB 1 0
636,214 636,214 0000000000000000000b45c65616d32d82c5a67389765afc15fedcc6e3090a95 1.34 MB 2,520 21
636,213 636,213 0000000000000000000c998e3ca33e7e5f6aee411c54ef7f5a797df5910b735c 1.77 MB 627 6
636,212 636,212 000000000000000000076787375d269c01ea4e3040091972984027c994d4d891 1.66 MB 1,188 11
636,211 636,211 00000000000000000002340c39c1d81bc330a6cd79cc1e3f83f84a39c4bae436 1.46 MB 1,689 18
636,210 636,210 0000000000000000000c7b6d395753092c1a473cad9a8a7108e0c76a4715adbb 1.79 MB 473 3
636,209 636,209 0000000000000000000b70dbcf743eef358df66a9fdc8275ec99dbf50f02b1ba 2.06 MB 599 2
636,208 636,208 0000000000000000000fc0c009551c201047ed694916ae4c3bec53110d94144c 1.13 MB 2,450 11
Previous 10 blocks ↓
Total Size: 646.26 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,335.52 GB sent, 36.71 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.