Memory Pool Memory Pool Refreshing

20,706 transactions
24.95 vMB
Show Random Selection Loading Transactions
Max Size: 110/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,269 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,623 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,268 (489,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,191 353,191 000000000000000012afd637cd9cdc2145bd7c80c67e05b152fbdb4ad592713f 0.75 MB 1,219 21
353,190 353,190 000000000000000013e810c71c21bf475b38b5d2a272e8b47f5c4c79cefffab9 0.75 MB 1,315 27
353,189 353,189 0000000000000000011570cce242585b6d60cc74907fd565f07ef36fc96b98d5 0.75 MB 1,921 34
353,188 353,188 00000000000000000313c33cb8ceb06bf6aa50c2ad1288fa9d092b65f02c70bf 0.09 MB 302 45
353,187 353,187 0000000000000000019e125e4771ebbd5dcfe95f39498f57825a89a995e8eb8c 0.10 MB 159 19
353,186 353,186 000000000000000005de68baccd7601a23e4211d8d8298b8e1626d7b276b3947 0.16 MB 307 27
353,185 353,185 000000000000000004333fd7d9c911bacb358f9ef900c63b186b01b512d99aed 0.74 MB 1,427 25
353,184 353,184 00000000000000000108fb767fa56581e7e8a9a8acad8296d5c2e94fb968b96f 0.25 MB 481 23
353,183 353,183 00000000000000000a81aee440e6be31b32a4bb57390a6374f056bbcf379a170 0.12 MB 200 19
353,182 353,182 00000000000000000fc854bcb24c8f9c9797627f4365a84577b87cefc53ba174 0.18 MB 317 26
353,181 353,181 00000000000000001567e85d4f19066c8c6d164ad3af9f82c42ca714b50de141 0.36 MB 610 22
353,180 353,180 00000000000000001568b36f6c867b234b3a4b275380a9b37dc029c0fde2d24e 0.22 MB 408 24
353,179 353,179 000000000000000003488d0b7f8ff768b618ead8d5001a0b30c0a511af8510fa 0.77 MB 1,278 22
353,178 353,178 00000000000000000bd135b17ce28e2a4a80fdd2b98ade06ce2dbde38e5373f6 0.01 MB 15 14
353,177 353,177 000000000000000015ed4c31f4dd5a42f6d2ba7e99f6b528661a288218c97c93 0.27 MB 418 23
353,176 353,176 000000000000000012813d50db2a594cb8226ac32a91a08b2f806adea34cc2b4 0.21 MB 352 17
353,175 353,175 00000000000000000514226fd47f8736be7a511c9c4c323611a0a973d8ec9941 0.72 MB 773 18
353,174 353,174 00000000000000000bda5644037b2f0f90adf4ec293bb298735e58eb99ccd43c 0.68 MB 1,263 23
353,173 353,173 00000000000000000e86a5f27eddd32a9872a93f329073873afc94e095b279c9 0.13 MB 291 26
353,172 353,172 000000000000000007460585e220a3881310b7d8c7d2eac0ebe53fab67c903d5 0.71 MB 969 19
353,171 353,171 0000000000000000148c0a47f8ac479d3338fe9da62d610b2bcb72c7f90a8a5d 0.74 MB 1,119 28
Previous 10 blocks ↓
Total Size: 647.23 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,464.21 GB sent, 44.04 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.