Memory Pool Memory Pool Refreshing

35,055 transactions
49.81 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,147 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,934 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,146 (442,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,433 398,433 000000000000000002f299a222862e9c3f1109d3967247963162ea721df3912c 0.18 MB 353 35
398,432 398,432 00000000000000000250a7bf226bf7d6f082636018759c0421dbc86f431e0801 0.25 MB 446 33
398,431 398,431 0000000000000000001654c8886ec1c6c67077d19f8f0a5ecbd7a6224d26a1fd 0.39 MB 756 32
398,430 398,430 0000000000000000027a6d8e1706432029d2c6cc3a6a913c19803f474d85a2ee 0.37 MB 711 37
398,429 398,429 000000000000000007834777494646165d8de6bafd0059fcbdd2bad2c8fcf9f9 0.69 MB 1,334 34
398,428 398,428 0000000000000000059d0e749c5c8955a35f20c17679d3dd1ede7c8cc578d700 0.99 MB 709 14
398,427 398,427 000000000000000004e83d47f412a272d1d06c36e55e407e06f7d3289d267898 0.98 MB 1,873 35
398,426 398,426 000000000000000001d2f47ef15ce373e2d0b5613d94f62a73d1b7c66fa4b8cb 0.00 MB 1 0
398,425 398,425 000000000000000000879412632e423c5da172c13564cd77fe8fbb274bafcaf1 0.26 MB 529 38
398,424 398,424 0000000000000000041822bf7f83e7992d213e5905898b446d334e997154cc49 0.49 MB 627 31
398,423 398,423 0000000000000000028e18fdf2e1be64a8bdbe1c9a18b7b99b4e5484ad2beb72 0.24 MB 411 30
398,422 398,422 0000000000000000017187d3c273612b4eb546336808c0d893792a21f063ecd0 0.39 MB 581 29
398,421 398,421 0000000000000000017e07047c01a8bbebfa549965bc4af5b724ce5d5c2e873f 0.64 MB 1,104 32
398,420 398,420 0000000000000000078e2c924992de24efc2e97e8ee33090f477ecc32ec3c414 0.73 MB 1,277 34
398,419 398,419 0000000000000000019f0fef4c9d4fb2c51f689472ab3a4fced45f02bfa9d133 0.67 MB 873 22
398,418 398,418 0000000000000000078a3ddf37d3a127a99ff9ed1e3d90b0460f22879e58aab0 1.00 MB 2,547 43
398,417 398,417 00000000000000000736954e2c3dc534ced20f34471e5233cb18b748dd039bb4 0.17 MB 246 22
398,416 398,416 0000000000000000051471c4ff156b799a9ba3c9f42a40fa7566deae3ab182f8 0.53 MB 1,166 37
398,415 398,415 00000000000000000782337b1cf0322d22052f8a3319e77aff2422e81a8e5952 0.29 MB 468 21
398,414 398,414 0000000000000000021ce5c76ef5a9810f6e21c094477941e4f580c5db72d8e7 0.26 MB 488 30
398,413 398,413 00000000000000000241792db7d5425225170b9633a5e747801aff2ca620995f 0.86 MB 1,743 38
Previous 10 blocks ↓
Total Size: 645.15 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,211.89 GB sent, 30.77 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.