Memory Pool Memory Pool Refreshing

47,163 transactions
46.73 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
842,308 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,722 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,307 (558,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,641 283,641 0000000000000001b4c7f7283451267fa45eb77bc6d78ba2c89798e93e3460a8 0.05 MB 120 49
283,640 283,640 000000000000000157a6703c0529c40c93e640bf9d5a766f79bb4c6ced322e29 0.06 MB 164 70
283,639 283,639 0000000000000001038370d7aa337fcf8605a9acb51e8784646f029a74cfe8a1 0.21 MB 309 30
283,638 283,638 000000000000000126b96d1ff25b0aadd77440428c01752e8d6365110669cf1b 0.10 MB 154 42
283,637 283,637 0000000000000000929435540140cc12c40a2eb92520d2fb31da7a086b0a2094 0.05 MB 103 43
283,636 283,636 0000000000000001f23ccb05523dda224fc3d5b81c21a4366b1519a22d50b412 0.12 MB 268 45
283,635 283,635 00000000000000013b10f624540a100019cab7239e7a1d6315bbbddb8b4d6cd3 0.29 MB 573 27
283,634 283,634 00000000000000018a262e519962345f0975330bff4d0eb51d6124e026603116 0.05 MB 173 94
283,633 283,633 00000000000000018574fc79f3382181a7346cb3038dc1a49504858aae6af09c 0.28 MB 583 39
283,632 283,632 00000000000000012b0d9e4c7d4f9e19fc14a99bf2ca1ba6df7663800b1b1b79 0.09 MB 189 25
283,631 283,631 000000000000000170291661b8a77186a9cde768e0d5090cc3ebca42647b9abc 0.12 MB 166 27
283,630 283,630 000000000000000184437867596895440ca05f2775b0efc951573714145179d3 0.04 MB 113 41
283,629 283,629 0000000000000001e207f6fefcd9fd2975027a66163d94c33e6f2b5a91260b99 0.39 MB 604 27
283,628 283,628 000000000000000008ed39e7a7b850cf58efd643351397689be102a732acd534 0.05 MB 121 102
283,627 283,627 0000000000000000a745b657c33df7d7389ffb9c8c7d0ec8c04eb89e5a1db141 0.53 MB 867 33
283,626 283,626 0000000000000001525578f7b9ce2661ce4b6e7c16d74e89b119db0175a56856 0.15 MB 274 29
283,625 283,625 0000000000000001ee68d242f3fed5202313117a3a431bdc3f261fc1f7db8069 0.02 MB 62 22
283,624 283,624 000000000000000023c5e865d56f3c646ccf49634fe49f31f7fc3be2d2b27b96 0.42 MB 779 36
283,623 283,623 00000000000000000b1cccd40582fda0e41a69238a8be56a0d604d669070f9fa 0.03 MB 54 31
283,622 283,622 0000000000000000edc054f336adbc168505f46e0bbd2c5ce760f8ef7cee1fb7 0.09 MB 145 14
283,621 283,621 00000000000000001aad2b2c17eaac08bcf1e639517ce0ff72c4c71cfacb40c8 0.18 MB 354 35
Previous 10 blocks ↓
Total Size: 647.30 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,474.68 GB sent, 44.67 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.