Memory Pool Memory Pool Refreshing

85,953 transactions
36.84 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,608 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,607 (643,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,580 201,580 00000000000001c0da79fbfbca15fb9afb922345892e26c4579780fe5c5a89d9 0.13 MB 245 113
201,579 201,579 00000000000004a78d8338fd6baab5b77aac74c74f1745ef54ce3a1b987c3748 0.05 MB 108 157
201,578 201,578 0000000000000520bc77bc7a3ad3e7f3ebf5e26b6b4a89986038f6ee6de08ffb 0.08 MB 270 165
201,577 201,577 000000000000033b3769b8f27de1f34e5c4ee18ce708a6da5af80c7eb05d84c9 0.09 MB 176 161
201,576 201,576 000000000000017a87d315fe511b16b6556aab6f79a610239f8c1b3582279b05 0.02 MB 20 31
201,575 201,575 00000000000000479ef132d37194e13a23ae2071bae824b5699446408fe7261f 0.37 MB 812 114
201,574 201,574 000000000000006a3c4e875932cd55067360acfff3b742c2c1c8d26f8d054ce1 0.05 MB 105 35
201,573 201,573 0000000000000500eba8319d162f068a33a65d507981b128ca41fd2361133a2f 0.06 MB 150 128
201,572 201,572 000000000000008228bbf54fcae29dcb9c718e8373d766e94f3b1aba6ebe4b30 0.24 MB 696 168
201,571 201,571 0000000000000111fc5864e71a3823fccd1754c9ea2b03ddbcebfc922721e837 0.05 MB 145 111
201,570 201,570 0000000000000289f7ec080b9f1821a143f497cdec2e7409c32cf072c3d999cd 0.14 MB 413 140
201,569 201,569 000000000000009fc4f3457902dbdef64a0ee8d5665044d2448b5bf9b169f9e1 0.43 MB 894 176
201,568 201,568 0000000000000104ccd09d6970c7d05a8ad6a0c649636766adc5f0ce126d9583 0.03 MB 95 29
201,567 201,567 00000000000005949acc2c5f55de76818d18526186c6c36e8343b71f72a883fd 0.04 MB 86 525
201,566 201,566 00000000000004699d2009114423917055ae48a2a528aabb909882d4ab73224d 0.18 MB 438 540
201,565 201,565 00000000000003b6a7c7801c61cae6cdb1ab8274ceaeb8b069765c2fdf4a4364 0.05 MB 120 114
201,564 201,564 000000000000029dad31fda3f3579f4d5ffbec857a4da587fadf328a8dfa3fff 0.05 MB 99 95
201,563 201,563 000000000000008793d58864e25429a6e922fc0cd15f96e06b10a0c7bd38d287 0.17 MB 111 65
201,562 201,562 00000000000000166f73d9e9e79bf1b6db792c20f91b332287e29d9bc4cf7723 0.25 MB 534 131
201,561 201,561 0000000000000432a068bebc23b375599c315a730f0d49009c03bb8e365af13c 0.25 MB 769 334
201,560 201,560 00000000000001ed558b68ca68d1058d53172a866f38e51bd5f16065276d764c 0.05 MB 169 541
Previous 10 blocks ↓
Total Size: 651.66 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,145.10 GB sent, 69.88 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.