Memory Pool Memory Pool Refreshing

26,159 transactions
35.49 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,282 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,869 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,281 (576,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,055 266,055 0000000000000003fc74219b1fdf91f9f35a51ed44163e3db09da0175f5717b8 0.21 MB 460 75
266,054 266,054 00000000000000066c29f3319f83f1c6e912b5add5534da1b938c4c65a07b02a 0.04 MB 82 42
266,053 266,053 000000000000000acea552f397ca68cc1420f69f190fb36f665fada740baa988 0.21 MB 434 101
266,052 266,052 000000000000000fb8d0b41da84437d382b7d4db0e309a19916adae6d2f32a09 0.13 MB 290 112
266,051 266,051 000000000000000e9a12e046e7f33046e5ac8cc28dfcca290295473c744bb338 0.07 MB 141 102
266,050 266,050 000000000000000e2f8e136aa568c64c1e1dd605a41c3d7c49ac461bad39812b 0.18 MB 321 57
266,049 266,049 000000000000000e52d1ea0675fb14c7dd9a5c66d19da9fb92574c1b19276a8d 0.04 MB 97 53
266,048 266,048 00000000000000036a04da6be9ae39089a2442302283ec9d497f99d7d0614a09 0.13 MB 101 23
266,047 266,047 000000000000000f1af6307b8003652007774c06125d5bed0c0aae33fdf6024a 0.20 MB 242 8,539
266,046 266,046 00000000000000062f70c6277575d642b7888e20069f38f3e837df9bc6a09818 0.03 MB 67 55
266,045 266,045 000000000000000a4e85e6035501a3703cd341f5929a0b220c4e7d2defe1488b 0.17 MB 290 57
266,044 266,044 0000000000000004690f2b4f83b61c96b01291bbf7a56701c417aa77c3352489 0.25 MB 539 70
266,043 266,043 00000000000000069c765e068b3eb46efa3bca3dd3dc2eb79a602c29ae9d4ac2 0.15 MB 93 2
266,042 266,042 00000000000000061f11c4e3f79c592362258f122992ee74d1ab8f59acc35d52 0.15 MB 207 44
266,041 266,041 00000000000000012159659d277430407b11750b26dfaebfd8beaeecb0c31f0c 0.10 MB 231 60
266,040 266,040 0000000000000004b9ab47a8c96d61f0097d9b4528b4745ba1f8ee4303b2474d 0.26 MB 581 91
266,039 266,039 00000000000000020081dff1598a2efc7ab22b717fb33d3c4ada5c791df557c0 0.20 MB 460 80
266,038 266,038 000000000000000a6c9fe1866ce8e04b01f7f16554b6dd627206e74765952f99 0.21 MB 381 71
266,037 266,037 0000000000000009a9b5974d92676554fae832aa9b12e273fc934b220e02d977 0.20 MB 380 70
266,036 266,036 00000000000000087dc387307cbae3ef52c62d95162e64f9679c4acd1fb64fc9 0.06 MB 125 61
266,035 266,035 000000000000000447829cec6dcf49e22c208e865c6fa4fbc1c5c8dfb050ca7f 0.23 MB 487 79
Previous 10 blocks ↓
Total Size: 647.25 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,465.90 GB sent, 44.19 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.