Memory Pool Memory Pool Refreshing

52,316 transactions
25.67 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,836 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,621 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,835 (481,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,458 363,458 00000000000000000a1058440f13161fff1cc89611a84c0a70a76235c87e4aa7 0.12 MB 258 39
363,457 363,457 00000000000000000c8bf2890cdf6e387742c5caab76c25e6c9b48b6955bceab 0.16 MB 327 33
363,456 363,456 000000000000000002b52cbda7c8d07ff06191e47f22ca7de9c85087916f9c67 0.21 MB 452 33
363,455 363,455 00000000000000000d87831da29fcd4a4e157d1486340bda853f1cc9dcc131a0 0.38 MB 698 28
363,454 363,454 0000000000000000078438cd86210ce227b71449959f21414361fc51568bcf0f 0.20 MB 365 29
363,453 363,453 000000000000000014fe25b922212090c57bb2b43698c4b2b3ef70b3f9368b9f 0.11 MB 213 26
363,452 363,452 0000000000000000139947f7de64cfe7d2e6f32f79f8ff87a8f0d5f432d5a521 0.25 MB 68 3
363,451 363,451 000000000000000013c94e5e359d9011d936d70cad258b83f89ce9911baa1b82 0.18 MB 250 26
363,450 363,450 00000000000000000f98b956c00a522b9dfd97d72d88c324ed4460f71ed2f0e5 0.42 MB 906 39
363,449 363,449 00000000000000000e35706018e1737d0b366c6d0262f6281872f17f7bf4cf93 0.25 MB 295 19
363,448 363,448 000000000000000005f4b0abc2ab3a3f1c32f1be50b7dba2caa78090300df1e6 0.28 MB 452 24
363,447 363,447 000000000000000014e18f6a6d670c193fdef12fc181e68e66984cdc6a2dc712 0.07 MB 252 70
363,446 363,446 0000000000000000001e71c9fa593b0151b64612403446f74d4a682bb8a65341 0.43 MB 763 26
363,445 363,445 000000000000000005b4b088ee5e8ee2ac05cc105b5ff9c7f003791724e59b9b 0.93 MB 1,729 26
363,444 363,444 000000000000000012fed61a12e572681898d6c35157a6a53885206cf50a1c32 0.18 MB 687 71
363,443 363,443 0000000000000000152c3fb46d6d5c4a74d0ddd9823d4e60ffc1b7d8d62ad8f9 0.25 MB 436 21
363,442 363,442 0000000000000000160ee7437568b903be368d765a651c6f06bc55d041059dc5 0.52 MB 787 22
363,441 363,441 00000000000000000a70b285ab17175ee627148ede07cdb79943aad9f1840e11 0.24 MB 445 29
363,440 363,440 00000000000000000992a768e6cef28c259364015971cf4c65cfa8d17e588996 0.64 MB 830 17
363,439 363,439 0000000000000000122a13786986ca8e91b7caec13364fef4f739c7888a1f71e 0.93 MB 2,022 34
363,438 363,438 00000000000000000361c70a6e795575b5b4c91f81a542583f80dc832ea0a529 0.75 MB 2,074 43
Previous 10 blocks ↓
Total Size: 652.09 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,208.84 GB sent, 72.33 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.