Memory Pool Memory Pool Refreshing

53,329 transactions
38.41 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,165 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,526 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,164 (468,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,467 373,467 00000000000000000eab4518dbe07dfb0efdfd9314765831a7edbc7d9c120a46 0.61 MB 1,109 32
373,466 373,466 000000000000000007e19266857fa50e58e821e4a6ee031ea3350ca59f22bbed 0.00 MB 1 0
373,465 373,465 00000000000000001314d57e0e7a97ab7d2755f9b73b2efaa01b68926d8478b7 0.93 MB 1,434 24
373,464 373,464 000000000000000006908691cf81bb627119f305dc0f9a57779cc8f3a663be23 0.93 MB 2,557 58
373,463 373,463 00000000000000000d516b536b0ed72cedd19a55809d7b7a9a48f725a08ffc91 0.75 MB 903 26
373,462 373,462 0000000000000000073b8a10f9f21cae24f2edabe5e94b8223441da2c03c6a14 1.00 MB 2,805 67
373,461 373,461 0000000000000000074344d8d1ff1fa1276faa79f9dc1924614a2d362ad5224e 0.93 MB 449 100
373,460 373,460 00000000000000000e096da6f09512d9cffe72ab1e12b6c0386e6cf33a7b688d 0.00 MB 1 0
373,459 373,459 000000000000000002460a1e231a5548e63c1a802e170aa943881283d087ee3a 0.93 MB 230 121
373,458 373,458 0000000000000000000af9c8fced9f8d147af451791055bf1b9960df042798fe 0.95 MB 2,031 44
373,457 373,457 00000000000000000e07e1ab8299b457bc8c9d92637e1fae171c1db05ea9dfc8 0.93 MB 2,679 53
373,456 373,456 00000000000000000c006cb75fa0f64a9a80c6ccfea82bf8d3c76c1e7b0448a6 0.44 MB 1,036 43
373,455 373,455 000000000000000004a11b88facada55f47e873004a7123c76d112f34e525363 0.16 MB 336 42
373,454 373,454 0000000000000000089a11b9ecbd8eea04c1f09c2568f5412fcb9c76d402af1e 0.21 MB 219 38
373,453 373,453 0000000000000000134ba97c9d98123478640d59d374546880363a28329ccc37 0.00 MB 2 0
373,452 373,452 00000000000000000c55d04ce0e548b582c3163f28df9e51337e0cd393e69c79 0.37 MB 708 35
373,451 373,451 00000000000000000238ac82d5fd4cbb8a42d813965b3660daa9db6d4001e926 0.27 MB 614 37
373,450 373,450 0000000000000000127f50ae218ff07b9abc3ccb3333ce2e425f4aa51ae42baa 0.10 MB 74 22
373,449 373,449 000000000000000012fc540951ece138485ca6c9357f29bea15389b7a904f205 0.37 MB 681 29
373,448 373,448 000000000000000006a06bd12320cd4a215265d4fc8d38856bc91c3f6df9f774 0.28 MB 536 77
373,447 373,447 00000000000000000147a6e11f6091851bf42605633e6f1ebe3bfd2be36d1fdc 0.41 MB 751 36
Previous 10 blocks ↓
Total Size: 647.05 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,449.04 GB sent, 42.63 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.